Fido Alpha 3.2

fido.db
Class InstructionNotFoundException

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

public class InstructionNotFoundException
extends FidoException

An attempt to access a Instruction in the InstructionTable by a name which does not exist.

See Also:
InstructionTable, Serialized Form

Constructor Summary
InstructionNotFoundException(int id)
          Constructs an InstructionNotFoundException with a the object not found in the message.
InstructionNotFoundException(java.lang.String s)
          Constructs an InstructionNotFoundException 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

InstructionNotFoundException

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

Parameters:
s - the detail message

InstructionNotFoundException

public InstructionNotFoundException(int id)
Constructs an InstructionNotFoundException with a the object not found in the message.


Fido Alpha 3.2