org.apache.xerces.impl.dv
Class InvalidDatatypeValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xerces.impl.dv.DatatypeException
org.apache.xerces.impl.dv.InvalidDatatypeValueException
- All Implemented Interfaces:
- Serializable
public class InvalidDatatypeValueException
- extends DatatypeException
Datatype exception for invalid values.
- Version:
- $Id: InvalidDatatypeValueException.java 446751 2006-09-15 21:54:06Z mrglavas $
- Author:
- Sandy Gao, IBM
- See Also:
- Serialized Form
InvalidDatatypeValueException
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
- error codeargs
- error arguments
Copyright © 2011. All Rights Reserved.