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, toString
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.Licenced under the Apache License, Version 2.0