Fido Alpha 3.2

fido.db
Class ClassificationNotFoundException

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

public class ClassificationNotFoundException
extends FidoException

An attempt to access a Word Classification in the WordClassificationTable by a rank which does not exist.

See Also:
WordClassificationTable, Serialized Form

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

ClassificationNotFoundException

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

Parameters:
s - the detail message

ClassificationNotFoundException

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


Fido Alpha 3.2