Package com.stardog.stark.query
Class MalformedQuery
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stardog.stark.query.MalformedQuery
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidQueryType,UnknownQuery
Exception thrown when a evaluating a query that has parse errors
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedQuery(String theMessage) MalformedQuery(String theMessage, Throwable theCause) MalformedQuery(Throwable theCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedQuery
-
MalformedQuery
-
MalformedQuery
-