BEA Systems, Inc.

weblogic.apache.xerces.impl.dv
Class InvalidDatatypeFacetException

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

Deprecated. please use JDK supplied XML parsers and transformers

public class InvalidDatatypeFacetException
extends DatatypeException

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogic.apache.xerces.impl.dv.DatatypeException
args, key
 
Constructor Summary
InvalidDatatypeFacetException(String key, Object[] args)
          Deprecated. Create a new datatype exception by providing an error code and a list of error message substitution arguments.
 
Method Summary
 
Methods inherited from class weblogic.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDatatypeFacetException

public InvalidDatatypeFacetException(String key,
                                     Object[] args)
Deprecated. 
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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.