|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.newdawn.slick.SlickException org.newdawn.slick.util.xml.SlickXMLException
public class SlickXMLException
An exception to describe failures in XML. Made a special case because with XML to object parsing you might want to handle it differently
Constructor Summary | |
---|---|
SlickXMLException(java.lang.String message)
Create a new exception |
|
SlickXMLException(java.lang.String message,
java.lang.Throwable e)
Create a new exception |
Method Summary |
---|
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 |
Constructor Detail |
---|
public SlickXMLException(java.lang.String message)
message
- The message describing the failurepublic SlickXMLException(java.lang.String message, java.lang.Throwable e)
message
- The message describing the failuree
- The exception causing this failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |