Class CodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.loaders.openmath.codec.CodecException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CodecDecodeException, CodecEncodeException

public class CodecException extends Exception
The Codec can throw an exception. This is the most general one.

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

    • CodecException

      public CodecException()
      Constructor.

    • CodecException

      public CodecException(String message)
      Constructor.

      Parameters:
      message - the message associated with the exception.