Package jadex.binary
Class SerializerDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.binary.SerializerDecodingException
- All Implemented Interfaces:
Serializable
Exception that occured during decoding, preserving context state
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IDecodingContext
Decoding context in its failure state. -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorSerializerDecodingException
(Throwable cause, IDecodingContext context) Creates the Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
context
Decoding context in its failure state.
-
-
Constructor Details
-
SerializerDecodingException
public SerializerDecodingException()Empty constructor -
SerializerDecodingException
Creates the Exception.- Parameters:
cause
- Exception cause.context
- The decoding context.
-
-
Method Details
-
getContext
- Returns:
- the context
-
setContext
Sets the context.- Parameters:
context
- The context to set
-