public class DatatypeFormatException extends JenaException
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP