Class BinaryInterpreterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
cds.savot.model.interpreter.BinaryInterpreterException
All Implemented Interfaces:
Serializable

public class BinaryInterpreterException extends IOException
Exception sent while encoding/decoding binary data.
Since:
09/2011
Author:
Gregory Mantelet
See Also:
  • Constructor Details

    • BinaryInterpreterException

      public BinaryInterpreterException()
    • BinaryInterpreterException

      public BinaryInterpreterException(String msg)
    • BinaryInterpreterException

      public BinaryInterpreterException(Throwable cause)
    • BinaryInterpreterException

      public BinaryInterpreterException(String msg, Throwable cause)