de.dfki.lt.hog.exceptions
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.lt.hog.exceptions.ProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchModuleException

public class ProcessingException
extends java.lang.Exception

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

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
 
Method Summary
 
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