uk.ac.bbk.dcs.automed.qproc.reformulate
Class LAVQueryReformulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ic.doc.automed.AutoMedException
              extended by uk.ac.ic.doc.automed.qproc.refo.QueryReformulationException
                  extended by uk.ac.bbk.dcs.automed.qproc.reformulate.LAVQueryReformulationException
All Implemented Interfaces:
java.io.Serializable

public class LAVQueryReformulationException
extends QueryReformulationException

LAV queries may not always reformulate. This is a special exception when such a case occurs so that calling program can handle such a case in a specific manner.

Author:
Sandeep Mittal
See Also:
Serialized Form

Constructor Summary
LAVQueryReformulationException(java.lang.String msg)
           
LAVQueryReformulationException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class uk.ac.ic.doc.automed.AutoMedException
getCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LAVQueryReformulationException

public LAVQueryReformulationException(java.lang.String msg)
Parameters:
msg - message for the exception.

LAVQueryReformulationException

public LAVQueryReformulationException(java.lang.String msg,
                                      java.lang.Exception e)
Parameters:
msg - message for the exception.
e - Exception object for more detailed stack trace