org.apache.xerces.validators.datatype
Class InvalidDatatypeValueException

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

public class InvalidDatatypeValueException
extends java.lang.Exception

InvalidDatatypeValueException is thrown when data value doesn't match it's datatype

See Also:
Serialized Form

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

InvalidDatatypeValueException

public InvalidDatatypeValueException()

InvalidDatatypeValueException

public InvalidDatatypeValueException(java.lang.String msg)


Copyright © 1999 Apache XML Project. All Rights Reserved.