Fido Alpha 3.2

fido.linguistic
Class LeftWallNotFoundException

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

public class LeftWallNotFoundException
extends FidoException

During the semantic analysis phase, the LEFT-WALL of the sentence was not found. This is the symbolic anchor for the beginning links of the sentence.

See Also:
Serialized Form

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

LeftWallNotFoundException

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


Fido Alpha 3.2