|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adventnet.utilities.xml.sax.EXMLException
public class EXMLException
| 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, 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 |
| Field Detail |
|---|
java.lang.Exception ex
| Constructor Detail |
|---|
public EXMLException()
public EXMLException(java.lang.String s)
public EXMLException(java.lang.Exception e,
java.lang.String s)
public EXMLException(java.lang.Exception e)
| Method Detail |
|---|
public boolean hasNextException()
public java.lang.Exception getNextException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||