|
||||||||||
| 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
public class 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(String msg)
Constructs an instance of DatatypeFormatException
with the specified detail message. |
|
DatatypeFormatException(String lexicalForm,
RDFDatatype dtype,
String msg)
Preferred constructor. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DatatypeFormatException(String lexicalForm,
RDFDatatype dtype,
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(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 | |||||||||