| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
context.arch.comm.language.DecodeException
This class implements the DecodeException. It is thrown if a parser can not decode a given message
ParserObject.decodeData(Reader), 
DecoderInterface.decodeData(Reader), 
EncodeException, 
Serialized Form| Constructor Summary | |
DecodeException()
Basic constructor for DecodeException with no message  | 
|
DecodeException(java.lang.String message)
Constructor for DecodeException with error message  | 
|
| Method Summary | |
 java.lang.String | 
getMessage()
Returns the error message  | 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public DecodeException()
public DecodeException(java.lang.String message)
message - Error message| Method Detail | 
public java.lang.String getMessage()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||