de.dfki.lt.tools.tokenizer.exceptions
Class ProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.dfki.lt.tools.tokenizer.exceptions.ProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LanguageNotSupportedException

public class ProcessingException
extends java.lang.RuntimeException

ProcessingException is thrown when the processing of input data causes an error.

Version:
$Id: ProcessingException.java,v 1.3 2005/04/12 08:47:38 steffen Exp $
Author:
Joerg Steffen, DFKI
See Also:
Serialized Form

Constructor Summary
ProcessingException()
          This creates a new instance of ProcessingException.
ProcessingException(java.lang.String aMessage)
          This creates a new instance of ProcessingException with an error message aMessage
 
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

ProcessingException

public ProcessingException()
This creates a new instance of ProcessingException.


ProcessingException

public ProcessingException(java.lang.String aMessage)
This creates a new instance of ProcessingException with an error message aMessage

Parameters:
aMessage - a String with the error message