org.objectweb.medor.api

Class EvaluationException


public class EvaluationException
extends MedorException

Specialisation of the exception for problems related to query evaluation.

Constructor Summary

EvaluationException(Exception e)
EvaluationException(String s)
EvaluationException(String m, Exception e)

Method Summary

Methods inherited from class org.objectweb.medor.api.MedorException

getNestedException, printStackTrace, printStackTrace, printStackTrace

Constructor Details

EvaluationException

public EvaluationException(Exception e)


EvaluationException

public EvaluationException(String s)


EvaluationException

public EvaluationException(String m,
                           Exception e)