org.apache.xerces.impl.dv
Class InvalidDatatypeFacetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xerces.impl.dv.DatatypeException
              extended by org.apache.xerces.impl.dv.InvalidDatatypeFacetException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDatatypeFacetException
extends DatatypeException

Datatype exception for invalid facet. This exception is only used by schema datatypes.

Version:
$Id: InvalidDatatypeFacetException.java 446751 2006-09-15 21:54:06Z mrglavas $
Author:
Sandy Gao, IBM
See Also:
Serialized Form

Constructor Summary
InvalidDatatypeFacetException(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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDatatypeFacetException

public InvalidDatatypeFacetException(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.

Parameters:
key - error code
args - error arguments