|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.datatypes.DatatypeFormatException
Exception thrown when a lexical form does not match the stated datatype.
Constructor Summary | |
DatatypeFormatException()
Creates a new instance of DatatypeFormatException
without detail message. |
|
DatatypeFormatException(java.lang.String msg)
Constructs an instance of DatatypeFormatException
with the specified detail message. |
|
DatatypeFormatException(java.lang.String lexicalForm,
RDFDatatype dtype,
java.lang.String msg)
Preferred constructor. |
Methods inherited from class com.hp.hpl.jena.shared.JenaException |
getCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DatatypeFormatException(java.lang.String lexicalForm, RDFDatatype dtype, java.lang.String msg)
lexicalForm
- the illegal string discovereddtype
- the datatype that found the problemmsg
- additional context for the errorpublic DatatypeFormatException()
DatatypeFormatException
without detail message.
public DatatypeFormatException(java.lang.String msg)
DatatypeFormatException
with the specified detail message.
msg
- the detail message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |