Class QueryEvaluationException

All Implemented Interfaces:
Serializable

public class QueryEvaluationException extends SaBasicException
This Exception indicates that evaluating a query failed.
Author:
jschwarz
See Also:
  • Constructor Details

    • QueryEvaluationException

      public QueryEvaluationException()
    • QueryEvaluationException

      public QueryEvaluationException(Throwable cause)
    • QueryEvaluationException

      public QueryEvaluationException(String message)
    • QueryEvaluationException

      public QueryEvaluationException(String message, Throwable cause)