jmrc
Class EntryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmrc.QueryException
              extended by jmrc.EntryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EntryNotFoundException
extends QueryException

Exception returned when a queried word, part-of-speech and field isn't in the database.

Author:
Francois Mairesse, http://www.dcs.shef.ac.uk/~francois
See Also:
Serialized Form

Constructor Summary
EntryNotFoundException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryNotFoundException

public EntryNotFoundException()