|
|||||||||||
| 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.marringtons.xml.XMLexception
Throw this exception if you need one tagged for XML errors
| Constructor Summary | |
XMLexception()
Default constructor - consider using one with a message |
|
XMLexception(String message)
Exception with a cause message |
|
XMLexception(String message,
Throwable cause)
A nested exception with more written comments. |
|
XMLexception(Throwable cause)
A nested exception. |
|
| 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 XMLexception()
public XMLexception(String message)
message - to describe the problem.public XMLexception(Throwable cause)
cause - exception that is wrapped in this exception
public XMLexception(String message,
Throwable cause)
message - to describe the problem.cause - exception that is wrapped in this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||