Class QueryExecutionFailure

All Implemented Interfaces:
com.stardog.LoggedError, Serializable

public class QueryExecutionFailure extends RuntimeException implements com.stardog.LoggedError

Exception for errors that occur while evaluating a query

Note that this is intended for use only as a wrapper exception

Since:
1.0
Version:
1.0
Author:
Michael Grove
See Also:
  • Constructor Details

    • QueryExecutionFailure

      public QueryExecutionFailure(String theMessage)
    • QueryExecutionFailure

      public QueryExecutionFailure(Throwable theCause)
    • QueryExecutionFailure

      public QueryExecutionFailure(String theMessage, Throwable theCause)
  • Method Details

    • forLoggedError

      public static QueryExecutionFailure forLoggedError(Throwable theError)
    • isLogged

      public boolean isLogged()
      Specified by:
      isLogged in interface com.stardog.LoggedError