|
||||||||||
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
de.dfki.lt.tools.tokenizer.exceptions.LanguageNotSupportedException
LanguageNotSupportedException
is thrown when the
necessary language resources are not available.
Constructor Summary | |
LanguageNotSupportedException()
This creates a new instance of LanguageNotSupportedException . |
|
LanguageNotSupportedException(java.lang.String aMessage)
This creates a new instance of LanguageNotSupportedException 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 LanguageNotSupportedException()
LanguageNotSupportedException
.
public LanguageNotSupportedException(java.lang.String aMessage)
LanguageNotSupportedException
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 |