org.apache.xerces.impl.dv

Class InvalidDatatypeValueException


public class InvalidDatatypeValueException
extends DatatypeException

Datatype exception for invalid values.
Version:
$Id: InvalidDatatypeValueException.java 320097 2004-10-06 14:56:52Z mrglavas $
Author:
Sandy Gao, IBM

Field Summary

Fields inherited from class org.apache.xerces.impl.dv.DatatypeException

args, key

Constructor Summary

InvalidDatatypeValueException(String key, Object[] args)
Create a new datatype exception by providing an error code and a list of error message substitution arguments.

Method Summary

Methods inherited from class org.apache.xerces.impl.dv.DatatypeException

getArgs, getKey, getMessage

Constructor Details

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 code
args - error arguments

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.