|
||||||||||
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
org.openxri.XRIParseException
public class XRIParseException
This class is used to indicate a parsing failure of an XRI syntax element.
Constructor Summary | |
---|---|
XRIParseException()
Constructs a XRIParseException with a default message |
|
XRIParseException(java.lang.String sMsg)
Constructs a XRIParseException with the provided message |
|
XRIParseException(java.lang.String sMsg,
java.lang.Exception oEx)
Constructs a XRIParseException with the provided message and based off of the provided Exception |
Method Summary | |
---|---|
void |
dump()
Prints the stack trace for the exception and the exception it is based upon to standard out. |
java.lang.String |
toString()
Provides String representation of the exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XRIParseException()
public XRIParseException(java.lang.String sMsg)
public XRIParseException(java.lang.String sMsg, java.lang.Exception oEx)
Method Detail |
---|
public void dump()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |