Package com.orchestranetworks.query
Class QueryParseException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- com.orchestranetworks.query.QueryParseException
- All Implemented Interfaces:
Serializable
public final class QueryParseException extends RuntimeException
Thrown if a SQL query string cannot be parsed.- Since:
- 6.0.0
- See Also:
QueryBuilder.build(String)
, Serialized Form
-
Constructor Summary
Constructors Constructor Description QueryParseException (String aQuery, String aMessage, Exception ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getQueryString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-