org.apache.xerces.validators.datatype
Class IllegalFacetException

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

public class IllegalFacetException
extends java.lang.Exception

IllegalFacetException is thrown when the supplied facet is not allowed for a datatype

See Also:
Serialized Form

Constructor Summary
IllegalFacetException()
           
IllegalFacetException(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

IllegalFacetException

public IllegalFacetException()

IllegalFacetException

public IllegalFacetException(java.lang.String msg)


Copyright © 1999 Apache XML Project. All Rights Reserved.