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.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: InvalidDatatypeFacetException.java,v 1.6 2004/10/06 14:56:50 mrglavas Exp $

Author: Sandy Gao, IBM

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.

Constructor Detail

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-2005 Apache XML Project. All Rights Reserved.