nl.tue.win.riaca.openmath.codec
Class CodecDecodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynl.tue.win.riaca.openmath.codec.CodecException
              extended bynl.tue.win.riaca.openmath.codec.CodecDecodeException
All Implemented Interfaces:
java.io.Serializable

public class CodecDecodeException
extends CodecException

An exception to signal a big problem while decoding from backengine to OpenMath.

Version:
$Revision: 1.11 $
Author:
Manfred N. Riem (mriem@manorrock.org)
See Also:
Serialized Form

Constructor Summary
CodecDecodeException()
          Constructor.
CodecDecodeException(java.lang.String message)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodecDecodeException

public CodecDecodeException()
Constructor.


CodecDecodeException

public CodecDecodeException(java.lang.String message)
Constructor.

Parameters:
message - the message associated with the exception.


Copyright © 2001-2004 RIACA, Technische Universiteit Eindhoven. All Rights Reserved.