Package com.stardog.stark.query
Class QueryExecutionFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stardog.stark.query.QueryExecutionFailure
- All Implemented Interfaces:
com.stardog.LoggedError,Serializable
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 Summary
ConstructorsConstructorDescriptionQueryExecutionFailure(String theMessage) QueryExecutionFailure(String theMessage, Throwable theCause) QueryExecutionFailure(Throwable theCause) -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryExecutionFailureforLoggedError(Throwable theError) booleanisLogged()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryExecutionFailure
-
QueryExecutionFailure
-
QueryExecutionFailure
-
-
Method Details
-
forLoggedError
-
isLogged
public boolean isLogged()- Specified by:
isLoggedin interfacecom.stardog.LoggedError
-