Class IllegalQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.rdf4j.federated.exception.IllegalQueryException
-
- All Implemented Interfaces:
Serializable
public class IllegalQueryException extends Exception
Thrown if something is wrong while constructing the query string.- Author:
- Andreas Schwarte
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalQueryException()
IllegalQueryException(String arg0)
IllegalQueryException(String arg0, Throwable arg1)
IllegalQueryException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-