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 SummaryConstructors Constructor Description QueryParseException (String aQuery, String aMessage, Exception ex)
 -   Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQueryString()-   Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
-   
 
-