java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.ARQException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryException
,SSE_Exception
,UpdateException
public class ARQException
extends org.apache.jena.shared.JenaException
- See Also:
-
Constructor Summary
ConstructorDescriptionARQException
(String msg) ARQException
(String msg, Throwable cause) ARQException
(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
-
ARQException
-
ARQException
-
ARQException
-
ARQException
public ARQException()
-