|
||||||||||
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.aitools.ie.stemming.StemmerException
public class StemmerException
Thrown to indicate that a specific language is not supported.
Constructor Summary | |
---|---|
StemmerException()
Constructs an LanguageNotSupportedException with no detail message. |
|
StemmerException(java.lang.String message)
Constructs an LanguageNotSupportedException with the specified detail message. |
|
StemmerException(java.lang.Throwable causedBy)
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StemmerException()
LanguageNotSupportedException
with no detail message.
public StemmerException(java.lang.Throwable causedBy)
public StemmerException(java.lang.String message)
LanguageNotSupportedException
with the specified detail message.
message
- The detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |