public class SerializerDecodingException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
protected IDecodingContext |
context
Decoding context in its failure state.
|
Constructor and Description |
---|
SerializerDecodingException()
Empty constructor
|
SerializerDecodingException(java.lang.Throwable cause,
IDecodingContext context)
Creates the Exception.
|
Modifier and Type | Method and Description |
---|---|
IDecodingContext |
getContext() |
void |
setContext(IDecodingContext context)
Sets the context.
|
protected IDecodingContext context
public SerializerDecodingException()
public SerializerDecodingException(java.lang.Throwable cause, IDecodingContext context)
cause
- Exception cause.context
- The decoding context.public IDecodingContext getContext()
public void setContext(IDecodingContext context)
context
- The context to set