org.apache.xerces.impl.dv.xs
Class InvalidDatatypeValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xerces.impl.dv.xs.XSDatatypeException
|
+--org.apache.xerces.impl.dv.xs.InvalidDatatypeValueException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidDatatypeValueException
- extends XSDatatypeException
InvalidDatatypeValueException is thrown when data value doesn't match it's datatype
- Version:
- $Id: InvalidDatatypeValueException.java,v 1.1 2001/10/25 20:35:58 elena Exp $
- Author:
- Jeffrey Rodriguez
- See Also:
- Serialized Form
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 |
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)
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.