BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.dv
Class InvalidDatatypeFacetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.apache.xerces.impl.dv.DatatypeException
              extended byweblogic.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.
 
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.


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