Fido Alpha 3.2

fido.linguistic
Class MultipleMeaningsMatchException

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

public class MultipleMeaningsMatchException
extends FidoException

Too many sentence meanings were valid. Only one is allowed to match

See Also:
Serialized Form

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

MultipleMeaningsMatchException

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


Fido Alpha 3.2