Class BinaryInterpreterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BinaryInterpreterException
    extends java.io.IOException
    Exception sent while encoding/decoding binary data.
    Since:
    09/2011
    Author:
    Gregory Mantelet
    See Also:
    BinaryFieldInterpreter, Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • BinaryInterpreterException

        public BinaryInterpreterException()
      • BinaryInterpreterException

        public BinaryInterpreterException​(java.lang.String msg)
      • BinaryInterpreterException

        public BinaryInterpreterException​(java.lang.Throwable cause)
      • BinaryInterpreterException

        public BinaryInterpreterException​(java.lang.String msg,
                                          java.lang.Throwable cause)