Package org.apache.xerces.impl.dv
Class InvalidDatatypeValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xerces.impl.dv.DatatypeException
-
- org.apache.xerces.impl.dv.InvalidDatatypeValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDatatypeValueException extends DatatypeException
Datatype exception for invalid values.INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: InvalidDatatypeValueException.java 446751 2006-09-15 21:54:06Z mrglavas $
- Author:
- Sandy Gao, IBM
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xerces.impl.dv.DatatypeException
args, key
-
-
Constructor Summary
Constructors Constructor Description InvalidDatatypeValueException(java.lang.String key, java.lang.Object[] args)
Create a new datatype exception by providing an error code and a list of error message substitution arguments.
-
Method Summary
-
Methods inherited from class org.apache.xerces.impl.dv.DatatypeException
getArgs, getKey, getMessage
-
-