|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.dfki.lt.tools.tokenizer.exceptions.ProcessingException
ProcessingException
is thrown when the
processing of input data causes an error.
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 |
public ProcessingException()
ProcessingException
.
public ProcessingException(java.lang.String aMessage)
ProcessingException
with an error message aMessage
aMessage
- a String
with the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |