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

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.CodecEncodeException
All Implemented Interfaces:
java.io.Serializable

public class CodecEncodeException
extends CodecException

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

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

Constructor Summary
CodecEncodeException()
          Constructor.
CodecEncodeException(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

CodecEncodeException

public CodecEncodeException()
Constructor.


CodecEncodeException

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

Parameters:
message - the message associated with the exception.


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