|
||||||||
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.dracoware.rsplib.RspParseException
public class RspParseException
Thrown to indicate that the application has encountered an error parsing RSP history data.
Constructor Summary | |
---|---|
RspParseException()
Constructs a RspParseException with no detail message. |
|
RspParseException(java.lang.String message)
Constructs a RspParseException with the specified detail message. |
|
RspParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a RspParseException with a detail message
and a nested cause. |
|
RspParseException(java.lang.Throwable cause)
Constructs a RspParseException with a nested cause. |
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 RspParseException()
RspParseException
with no detail message.
public RspParseException(java.lang.String message)
RspParseException
with the specified detail message.
message
- the detail messagepublic RspParseException(java.lang.String message, java.lang.Throwable cause)
RspParseException
with a detail message
and a nested cause.
message
- the detail messagecause
- the nested causepublic RspParseException(java.lang.Throwable cause)
RspParseException
with a nested cause.
cause
- the nested cause
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |