Class CodecDecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.loaders.openmath.codec.CodecException
org.episteme.core.mathematics.loaders.openmath.codec.CodecDecodeException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodecDecodeException
public CodecDecodeException()Constructor. -
CodecDecodeException
Constructor.- Parameters:
message- the message associated with the exception.
-