com.dracoware.rsplib
Class RspParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dracoware.rsplib.RspParseException
All Implemented Interfaces:
java.io.Serializable

public class RspParseException
extends java.lang.Exception

Thrown to indicate that the application has encountered an error parsing RSP history data.

See Also:
Serialized Form

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

RspParseException

public RspParseException()
Constructs a RspParseException with no detail message.


RspParseException

public RspParseException(java.lang.String message)
Constructs a RspParseException with the specified detail message.

Parameters:
message - the detail message

RspParseException

public RspParseException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs a RspParseException with a detail message and a nested cause.

Parameters:
message - the detail message
cause - the nested cause

RspParseException

public RspParseException(java.lang.Throwable cause)
Constructs a RspParseException with a nested cause.

Parameters:
cause - the nested cause