Class CodecDecodeException

All Implemented Interfaces:
Serializable

public class CodecDecodeException extends CodecException
An exception to signal a big problem while decoding from backengine to OpenMath.

Version:
$Revision: 1.3 $
Author:
Manfred N. Riem (mriem@manorrock.org)
See Also:
  • Constructor Details

    • CodecDecodeException

      public CodecDecodeException()
      Constructor.

    • CodecDecodeException

      public CodecDecodeException(String message)
      Constructor.

      Parameters:
      message - the message associated with the exception.