org.apache.xerces.impl.dv

Class InvalidDatatypeFacetException


public class InvalidDatatypeFacetException
extends DatatypeException

Datatype exception for invalid facet. This exception is only used by schema datatypes.

Version:
$Id: InvalidDatatypeFacetException.java,v 1.3 2002/01/29 01:15:11 lehors Exp $

Author:
Sandy Gao, IBM

Field Summary

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

args, key

Constructor Summary

InvalidDatatypeFacetException(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

InvalidDatatypeFacetException

public InvalidDatatypeFacetException(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-2004 Apache XML Project. All Rights Reserved.