java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.ARQException
org.apache.jena.query.QueryException
org.apache.jena.query.QueryFatalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ARQInternalErrorException
,ARQNotImplemented
,QueryBuildException
QueryFatalException is such that the query aborts do to some
problem (this might be an internal error or something in the way the query
builds or executes).
- See Also:
-
Constructor Summary
ConstructorDescriptionQueryFatalException
(String msg, Throwable cause) QueryFatalException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryFatalException
public QueryFatalException() -
QueryFatalException
-
QueryFatalException
-
QueryFatalException
-