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:
Serializable
Direct Known Subclasses:
InvalidDatatypeFacetException, InvalidDatatypeValueException

public class XMLException
extends Exception

Version:
$Id: XMLException.java,v 1.1.1.1 2003/03/10 16:34:47 taweili Exp $
Author:
Jeffrey Rodriguez
See Also:
Serialized Form

Constructor Summary
XMLException()
           
XMLException(Exception exception)
           
XMLException(String message)
           
XMLException(String message, Exception exception)
           
 
Method Summary
 Exception getException()
           
 
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

XMLException

public XMLException()

XMLException

public XMLException(String message)

XMLException

public XMLException(Exception exception)

XMLException

public XMLException(String message,
                    Exception exception)
Method Detail

getException

public Exception getException()


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