|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.edustructures.util.XMLParsingException
public class XMLParsingException
Encapsulates an exception thrown during the parsing of an XML doc. Simply wraps the actual exception that was thrown.
| Constructor Summary | |
|---|---|
XMLParsingException(java.lang.String msg)
|
|
XMLParsingException(java.lang.Throwable exception)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLParsingException(java.lang.Throwable exception)
public XMLParsingException(java.lang.String msg)
| Method Detail |
|---|
public java.lang.Throwable getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||