org.openrdf.elmo.exceptions
Class ElmoConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by org.openrdf.elmo.exceptions.ElmoException
                      extended by org.openrdf.elmo.exceptions.ElmoConversionException
All Implemented Interfaces:
Serializable

public class ElmoConversionException
extends ElmoException

Thrown when an exception occurred during literal conversion.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
ElmoConversionException()
           
ElmoConversionException(String message)
           
ElmoConversionException(String message, Throwable cause)
           
ElmoConversionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElmoConversionException

public ElmoConversionException()

ElmoConversionException

public ElmoConversionException(String message,
                               Throwable cause)

ElmoConversionException

public ElmoConversionException(String message)

ElmoConversionException

public ElmoConversionException(Throwable cause)


Copyright © 2004-2007. All Rights Reserved.