org.apache.xerces.validators.datatype
Class InvalidDatatypeValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xerces.validators.datatype.XMLException
|
+--org.apache.xerces.validators.datatype.InvalidDatatypeValueException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidDatatypeValueException
- extends XMLException
InvalidDatatypeValueException is thrown when data value doesn't match it's datatype
- Version:
- 1.4.4 $Id: InvalidDatatypeValueException.java,v 1.1 2003/04/14 12:31:31 sinisa Exp $
- Author:
- Jeffrey Rodriguez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidDatatypeValueException
public InvalidDatatypeValueException()
InvalidDatatypeValueException
public InvalidDatatypeValueException(java.lang.String msg)
InvalidDatatypeValueException
public InvalidDatatypeValueException(java.lang.Exception exception)
InvalidDatatypeValueException
public InvalidDatatypeValueException(java.lang.String message,
java.lang.Exception exception)
getMinorCode
public int getMinorCode()
getMajorCode
public int getMajorCode()
setMinorCode
public void setMinorCode(int code)
setMajorCode
public void setMajorCode(int code)