BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xerces.impl.dv
Class InvalidDatatypeValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.apache.xerces.impl.dv.DatatypeException
              extended byweblogic.apache.xerces.impl.dv.InvalidDatatypeValueException
All Implemented Interfaces:
Serializable

Deprecated. please use JDK supplied XML parsers and transformers

public class InvalidDatatypeValueException
extends DatatypeException

Datatype exception for invalid values.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogic.apache.xerces.impl.dv.DatatypeException
args, key
 
Constructor Summary
InvalidDatatypeValueException(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

InvalidDatatypeValueException

public InvalidDatatypeValueException(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/docs90
Copyright 2005 BEA Systems Inc.