org.itc.irst.tcc.sre.util
Class StemmerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ClassNotFoundException
              extended by org.itc.irst.tcc.sre.util.StemmerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class StemmerNotFoundException
extends java.lang.ClassNotFoundException

Thrown to indicate that the instance kernel cannot be loaded and instantiated.

Since:
1.0
Version:
1.0
Author:
Claudio Giuliano
See Also:
Serialized Form

Constructor Summary
StemmerNotFoundException()
          Constructs a StemmerNotFoundException with no detail message.
StemmerNotFoundException(java.lang.String s)
          Constructs a StemmerNotFoundException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.ClassNotFoundException
getCause, getException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

StemmerNotFoundException

public StemmerNotFoundException()
Constructs a StemmerNotFoundException with no detail message.


StemmerNotFoundException

public StemmerNotFoundException(java.lang.String s)
Constructs a StemmerNotFoundException with the specified detail message.

Parameters:
s - the detail message.