Package org.eclipse.rdf4j.query
Class BooleanQueryResultHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.query.QueryResultHandlerException
org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
- All Implemented Interfaces:
Serializable
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
- Author:
- Peter Ansell
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new BooleanQueryResultHandlerException.BooleanQueryResultHandlerException
(String msg, Throwable cause) Creates a new BooleanQueryResultHandlerException wrapping another exception.Creates a new BooleanQueryResultHandlerException wrapping another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException.- Parameters:
msg
- An error message.
-
BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.- Parameters:
cause
- The cause of the exception.
-
BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.- Parameters:
msg
- An error message.cause
- The cause of the exception.
-