jmrc
Class UndefinedValueException

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

public class UndefinedValueException
extends QueryException

Exception occuring when a query returns an undefined value, i.e. some 0 valued field indicate an undefined value in the MRC database.

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

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

UndefinedValueException

public UndefinedValueException()