|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--ReplyValueException
This class provides an exception if an error occurs during a read from the reply buffer. CVM - Model
Throwable
, Serialized FormField Summary | |
private int |
offending_value
|
Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
Constructor Summary | |
ReplyValueException(int offending_value)
Class constructor. |
|
ReplyValueException(java.lang.String message)
Class constructor. |
Method Summary | |
int |
get_value()
This method returns the reply value that caused an error. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int offending_value
Constructor Detail |
public ReplyValueException(int offending_value)
offending_value
- The reply value that caused an error.public ReplyValueException(java.lang.String message)
message
- The message that the exception should display.Method Detail |
public int get_value()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |