Package com.stardog.stark.query
Class InvalidQueryType
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.stardog.stark.query.MalformedQuery
-
- com.stardog.stark.query.InvalidQueryType
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidQueryType extends MalformedQuery
- Since:
- $Mastiff
- Author:
- Scott Fines
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidQueryType(java.lang.String theMessage)
InvalidQueryType(java.lang.String theMessage, java.lang.Throwable theCause)
InvalidQueryType(java.lang.Throwable theCause)
-