Class InvalidDatatypeFacetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DatatypeException
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.InvalidDatatypeFacetException
-
- All Implemented Interfaces:
Serializable
public class InvalidDatatypeFacetException extends DatatypeException
Datatype exception for invalid facet. This exception is only used by schema datatypes.- Version:
- $Id$
- Author:
- Sandy Gao, IBM
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DatatypeException
args, key
-
-
Constructor Summary
Constructors Constructor Description InvalidDatatypeFacetException(String key, 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DatatypeException
getArgs, getKey, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-