Package jadex.binary

Class SerializerDecodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializerDecodingException
    extends java.lang.RuntimeException
    Exception that occured during decoding, preserving context state
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IDecodingContext context
      Decoding context in its failure state.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IDecodingContext getContext()  
      void setContext​(IDecodingContext context)
      Sets the context.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • context

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

      • SerializerDecodingException

        public SerializerDecodingException()
        Empty constructor
      • SerializerDecodingException

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

      • setContext

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