|
|||||||||
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.martiansoftware.jsap.JSAPException
com.martiansoftware.jsap.ParseException
public class ParseException
A JSAPException subclass notifying the application of a parse error. Additional information in the form of an exception may be encapsulated in this object, as in other JSAPExceptions.
JSAPException
,
Serialized FormConstructor Summary | |
---|---|
ParseException()
Creates a new ParseException. |
|
ParseException(java.lang.String msg)
Creates a new ParseException with the specified message. |
|
ParseException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new ParseException with the specified message encapsulating the specified Throwable. |
|
ParseException(java.lang.Throwable cause)
Creates a new ParseException encapsulating the specified Throwable. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParseException()
public ParseException(java.lang.String msg)
msg
- the message for this ParseException.public ParseException(java.lang.Throwable cause)
cause
- the Throwable to encapsulate.public ParseException(java.lang.String msg, java.lang.Throwable cause)
msg
- the message for this ParseException.cause
- the Throwable to encapsulate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |