Class CodecEncodeException

All Implemented Interfaces:
Serializable

public class CodecEncodeException extends CodecException
An exception to signal a big problem while encoding from OpenMath to backengine syntax.

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

    • CodecEncodeException

      public CodecEncodeException()
      Constructor.

    • CodecEncodeException

      public CodecEncodeException(String message)
      Constructor.

      Parameters:
      message - the message associated with the exception.