Fido Alpha 3.2

fido.linguistic
Class NoEllipsisMatchException

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

public class NoEllipsisMatchException
extends FidoException

The ellipsis module did not find any noun phrases in the fragment to process.

See Also:
Serialized Form

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

NoEllipsisMatchException

public NoEllipsisMatchException()
Constructs an NoEllipsisMatchException without a detail message.


NoEllipsisMatchException

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

Parameters:
s - the detail message

Fido Alpha 3.2