BEA Systems, Inc.

weblogic.apache.xerces.impl.dv
Class InvalidDatatypeValueException

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.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.
 
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

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.

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.