Fido Alpha 3.2

fido.db
Class PrepositionNotFoundException

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

public class PrepositionNotFoundException
extends FidoException

An attempt to access a Preposition for a given object id which does not exist.

See Also:
AdjectivePrepositionTable, AdverbPrepositionTable, Serialized Form

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

PrepositionNotFoundException

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

Parameters:
s - the detail message

Fido Alpha 3.2