|
||||||||||
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.svg.ParsingException
public class ParsingException
Exception indicating a failure to parse XML, giving element information
Constructor Summary | |
---|---|
ParsingException(org.w3c.dom.Element element,
java.lang.String message)
Create a new exception |
|
ParsingException(org.w3c.dom.Element element,
java.lang.String message,
java.lang.Throwable cause)
Create a new exception |
|
ParsingException(java.lang.String nodeID,
java.lang.String message)
Create a new exception |
|
ParsingException(java.lang.String nodeID,
java.lang.String message,
java.lang.Throwable cause)
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 ParsingException(java.lang.String nodeID, java.lang.String message, java.lang.Throwable cause)
nodeID
- The ID of the node that failed validationmessage
- The description of the failurecause
- The exception causing this onepublic ParsingException(org.w3c.dom.Element element, java.lang.String message, java.lang.Throwable cause)
element
- The element that failed validationmessage
- The description of the failurecause
- The exception causing this onepublic ParsingException(java.lang.String nodeID, java.lang.String message)
nodeID
- The ID of the node that failed validationmessage
- The description of the failurepublic ParsingException(org.w3c.dom.Element element, java.lang.String message)
element
- The element that failed validationmessage
- The description of the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |