Fido Alpha 3.2

fido.linguistic
Class LookupWordFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.linguistic.LookupWordFailedException
All Implemented Interfaces:
java.io.Serializable

public class LookupWordFailedException
extends FidoException

Used by the WordLookup module to signal that a word in the user input could not be found in the dictionary, and the special word UNKNOWN_WORD could not be found either.

See Also:
Serialized Form

Constructor Summary
LookupWordFailedException(java.lang.String s)
          Constructs an LookupWordFailedException with a detail message.
 
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

LookupWordFailedException

public LookupWordFailedException(java.lang.String s)
Constructs an LookupWordFailedException with a detail message.

Parameters:
s - the detail message

Fido Alpha 3.2