com.adventnet.utilities.xml.sax
Class EXMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.adventnet.utilities.xml.sax.EXMLException

public class EXMLException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
(package private)  java.lang.Exception ex
           
 
Constructor Summary
EXMLException()
           
EXMLException(java.lang.Exception e)
           
EXMLException(java.lang.Exception e, java.lang.String s)
           
EXMLException(java.lang.String s)
           
 
Method Summary
 java.lang.Exception getNextException()
           
 boolean hasNextException()
           
 
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
 

Field Detail

ex

java.lang.Exception ex
Constructor Detail

EXMLException

public EXMLException()

EXMLException

public EXMLException(java.lang.String s)

EXMLException

public EXMLException(java.lang.Exception e,
                     java.lang.String s)

EXMLException

public EXMLException(java.lang.Exception e)
Method Detail

hasNextException

public boolean hasNextException()

getNextException

public java.lang.Exception getNextException()