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
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 Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodecException
public CodecException()Constructor. -
CodecException
Constructor.- Parameters:
message- the message associated with the exception.
-