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
org.apache.jena.query.QueryBuildException
- All Implemented Interfaces:
 Serializable
QueryBuildException is exception for all exceptions during query execution
 construction.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionQueryBuildException(String msg, Throwable cause) QueryBuildException(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
- 
QueryBuildException
public QueryBuildException() - 
QueryBuildException
 - 
QueryBuildException
 - 
QueryBuildException
 
 -