org.apache.xerces.impl.dv.xs
Class InvalidDatatypeFacetException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.xerces.impl.dv.xs.XSDatatypeException
|
+--org.apache.xerces.impl.dv.xs.InvalidDatatypeFacetException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidDatatypeFacetException
- extends XSDatatypeException
- Version:
- $Id: InvalidDatatypeFacetException.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 |
InvalidDatatypeFacetException
public InvalidDatatypeFacetException()
InvalidDatatypeFacetException
public InvalidDatatypeFacetException(java.lang.String message)
InvalidDatatypeFacetException
public InvalidDatatypeFacetException(java.lang.Exception exception)
InvalidDatatypeFacetException
public InvalidDatatypeFacetException(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.