org.objectweb.medor.api
Class EvaluationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.medor.api.MedorException
              extended byorg.objectweb.medor.api.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends MedorException

Specialisation of the exception for problems related to query evaluation.

See Also:
Serialized Form

Constructor Summary
EvaluationException(java.lang.Exception e)
           
EvaluationException(java.lang.String s)
           
EvaluationException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.objectweb.medor.api.MedorException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(java.lang.String s)

EvaluationException

public EvaluationException(java.lang.Exception e)

EvaluationException

public EvaluationException(java.lang.String m,
                           java.lang.Exception e)