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

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

public class CodecException
extends java.lang.Exception

The Codec can throw an exception. This is the most general one.

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

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

CodecException

public CodecException()
Constructor.


CodecException

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

Parameters:
message - the message associated with the exception.


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