Fido Alpha 3.2

fido.linguistic
Class NoPreviousDiscourseException

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

public class NoPreviousDiscourseException
extends FidoException

The ellipsis module received a fragment, but there was no previous statement entered by the user to determine what to do with it.

See Also:
Serialized Form

Constructor Summary
NoPreviousDiscourseException()
          Constructs an NoPreviousDiscourseException without 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

NoPreviousDiscourseException

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


Fido Alpha 3.2