de.aitools.ie.stemming.stemmer
Class StemmerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.aitools.ie.stemming.stemmer.StemmerException
All Implemented Interfaces:
java.io.Serializable

public class StemmerException
extends java.lang.RuntimeException

Thrown to indicate that a specific language is not supported.

Version:
aitools 2.0 Created on 11.08.2008 $Id: StemmerException.java,v 1.1 2010/09/03 11:29:49 apui9892 Exp $
Author:
maik.anderka@medien.uni-weimar.de
See Also:
Serialized Form

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

StemmerException

public StemmerException()
Constructs an LanguageNotSupportedException with no detail message.


StemmerException

public StemmerException(java.lang.Throwable causedBy)

StemmerException

public StemmerException(java.lang.String message)
Constructs an LanguageNotSupportedException with the specified detail message.

Parameters:
message - The detail message.