Package jadex.binary
Class SerializerDecodingException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jadex.binary.SerializerDecodingException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class SerializerDecodingException extends java.lang.RuntimeExceptionException that occured during decoding, preserving context state- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IDecodingContextcontextDecoding context in its failure state.
 - 
Constructor SummaryConstructors Constructor Description SerializerDecodingException()Empty constructorSerializerDecodingException(java.lang.Throwable cause, IDecodingContext context)Creates the Exception.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDecodingContextgetContext()voidsetContext(IDecodingContext context)Sets the context.
 
- 
- 
- 
Field Detail- 
contextprotected IDecodingContext context Decoding context in its failure state.
 
- 
 - 
Constructor Detail- 
SerializerDecodingExceptionpublic SerializerDecodingException() Empty constructor
 - 
SerializerDecodingExceptionpublic SerializerDecodingException(java.lang.Throwable cause, IDecodingContext context)Creates the Exception.- Parameters:
- cause- Exception cause.
- context- The decoding context.
 
 
- 
 - 
Method Detail- 
getContextpublic IDecodingContext getContext() - Returns:
- the context
 
 - 
setContextpublic void setContext(IDecodingContext context) Sets the context.- Parameters:
- context- The context to set
 
 
- 
 
-