jmrc
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmrc.QueryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EntryNotFoundException, UndefinedValueException

public class QueryException
extends java.lang.Exception

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

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

Constructor Summary
QueryException()
           
 
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

QueryException

public QueryException()