org.apache.xerces.validators.datatype
Class IllegalFacetValueException

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

public class IllegalFacetValueException
extends java.lang.Exception

IllegalFacetValueException is thrown when a facet's value does not match its datatype

See Also:
Serialized Form

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

IllegalFacetValueException

public IllegalFacetValueException()

IllegalFacetValueException

public IllegalFacetValueException(java.lang.String msg)


Copyright © 1999 Apache XML Project. All Rights Reserved.