org.apache.xerces.validators.datatype
Class UnknownFacetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.xerces.validators.datatype.UnknownFacetException

public class UnknownFacetException
extends java.lang.Exception

UnknownFacetException is thrown when a facet which not one of the datatype facets is supplied to a datatype validator.

See Also:
Serialized Form

Constructor Summary
UnknownFacetException()
           
UnknownFacetException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownFacetException

public UnknownFacetException()

UnknownFacetException

public UnknownFacetException(java.lang.String msg)


Copyright © 1999 Apache XML Project. All Rights Reserved.