com.hp.hpl.jena.datatypes
Class DatatypeFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.datatypes.DatatypeFormatException
- All Implemented Interfaces:
- Serializable
public class DatatypeFormatException
- extends JenaException
Exception thrown when a lexical form does not match the stated
datatype.
- Version:
- $Revision: 1.9 $ on $Date: 2003/08/27 12:54:03 $
- Author:
- Dave Reynolds
- See Also:
- Serialized Form
DatatypeFormatException
public DatatypeFormatException(String lexicalForm,
RDFDatatype dtype,
String msg)
- Preferred constructor.
- Parameters:
lexicalForm
- the illegal string discovereddtype
- the datatype that found the problemmsg
- additional context for the error
DatatypeFormatException
public DatatypeFormatException()
- Creates a new instance of
DatatypeFormatException
without detail message.
DatatypeFormatException
public DatatypeFormatException(String msg)
- Constructs an instance of
DatatypeFormatException
with the specified detail message.
- Parameters:
msg
- the detail message.
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP