Fido Alpha 3.2

fido.linguistic
Class NoProperNounsMatchException

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

public class NoProperNounsMatchException
extends FidoException

The ProperNoun module did not find any of the ProperNouns from the ProperNoun table in the current discourse.

See Also:
Serialized Form

Constructor Summary
NoProperNounsMatchException(java.lang.String s)
          Constructs an NoProperNounsMatchException 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

NoProperNounsMatchException

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

Parameters:
s - the detail message

Fido Alpha 3.2