Class QueryExecutionException

All Implemented Interfaces:
Serializable

public class QueryExecutionException extends CentralDogmaException
A CentralDogmaException that is raised when the evaluation of a Query has failed.
See Also:
  • Constructor Details

    • QueryExecutionException

      public QueryExecutionException()
      Creates a new instance.
    • QueryExecutionException

      public QueryExecutionException(String message)
      Creates a new instance.
    • QueryExecutionException

      public QueryExecutionException(String message, Throwable cause)
      Creates a new instance.
    • QueryExecutionException

      public QueryExecutionException(Throwable cause)
      Creates a new instance.
    • QueryExecutionException

      public QueryExecutionException(String message, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      writableStackTrace - whether or not the stack trace should be writable
    • QueryExecutionException

      protected QueryExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.