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
,java.io.Serializable
public class QueryExecutionFailure extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryExecutionFailure(java.lang.String theMessage)
QueryExecutionFailure(java.lang.String theMessage, java.lang.Throwable theCause)
QueryExecutionFailure(java.lang.Throwable theCause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryExecutionFailure
forLoggedError(java.lang.Throwable theError)
boolean
isLogged()
-
-
-
Method Detail
-
forLoggedError
public static QueryExecutionFailure forLoggedError(java.lang.Throwable theError)
-
isLogged
public boolean isLogged()
- Specified by:
isLogged
in interfacecom.stardog.LoggedError
-
-