public class

InvalidDatatypeFacetException

extends DatatypeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.apache.xerces.impl.dv.DatatypeException
         ↳ org.apache.xerces.impl.dv.InvalidDatatypeFacetException

Class Overview

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

Summary

[Expand]
Inherited Fields
From class org.apache.xerces.impl.dv.DatatypeException
Public Constructors
InvalidDatatypeFacetException(String key, Object[] args)
Create a new datatype exception by providing an error code and a list of error message substitution arguments.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dv.DatatypeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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