Top Description Fields Constructors Methods
com.sun.org.apache.xerces.internal.impl.dv

public Class InvalidDatatypeValueException

extends DatatypeException
Class Inheritance

Datatype exception for invalid values.
Author
Sandy Gao, IBM

Field Summary

Modifier and TypeField and Description
pack-priv static final long
Inherited from com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:
argskey

Constructor Summary

AccessConstructor and Description
public
InvalidDatatypeValueException(String
error code
key
,
Object[]
error arguments
args
)

Create a new datatype exception by providing an error code and a list of error message substitution arguments.

Method Summary

Inherited from com.sun.org.apache.xerces.internal.impl.dv.DatatypeException:
fillInStackTracegetArgsgetKeygetMessage

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides com.sun.org.apache.xerces.internal.impl.dv.DatatypeException.serialVersionUID.

Serialization version.

Constructor Detail

InvalidDatatypeValueExceptionback to summary
public InvalidDatatypeValueException(String key, Object[] args)

Create a new datatype exception by providing an error code and a list of error message substitution arguments.

Parameters
key:String

error code

args:Object[]

error arguments