Package jadex.binary

Class SerializerDecodingException

All Implemented Interfaces:
Serializable

public class SerializerDecodingException extends RuntimeException
Exception that occured during decoding, preserving context state
See Also:
  • Field Details

    • context

      protected IDecodingContext context
      Decoding context in its failure state.
  • Constructor Details

    • SerializerDecodingException

      public SerializerDecodingException()
      Empty constructor
    • SerializerDecodingException

      public SerializerDecodingException(Throwable cause, IDecodingContext context)
      Creates the Exception.
      Parameters:
      cause - Exception cause.
      context - The decoding context.
  • Method Details

    • getContext

      public IDecodingContext getContext()
      Returns:
      the context
    • setContext

      public void setContext(IDecodingContext context)
      Sets the context.
      Parameters:
      context - The context to set