org.enhydra.apache.xerces.validators.datatype
Class XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.apache.xerces.validators.datatype.XMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidDatatypeFacetException, InvalidDatatypeValueException

public class XMLException
extends java.lang.Exception

Version:
$Id: XMLException.java,v 1.2 2003/03/08 19:25:07 davidli Exp $
Author:
Jeffrey Rodriguez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
XMLException()
           
XMLException(java.lang.Exception exception)
           
XMLException(java.lang.String message)
           
XMLException(java.lang.String message, java.lang.Exception exception)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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
 

Constructor Detail

XMLException

public XMLException()

XMLException

public XMLException(java.lang.String message)

XMLException

public XMLException(java.lang.Exception exception)

XMLException

public XMLException(java.lang.String message,
                    java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()


Copyright © 1999 The Apache Software Foundation. All Rights reserved.