public class InvalidQueryException extends ApplicationUsageException
Queryable,
Serialized Form| Constructor and Description |
|---|
InvalidQueryException(String message,
Query query)
Create a new instance with a message and a query.
|
InvalidQueryException(String message,
Throwable cause,
Query query)
Create a new instance with a message, a cause, and a query.
|
InvalidQueryException(Throwable cause,
Query query)
Create a new instance with a cause and a query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
getQuery()
Return the
Query instance that caused the exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidQueryException(String message, Throwable cause, Query query)
message - the description of the failurecause - the underlying cause of the exceptionquery - the query that caused the failurepublic InvalidQueryException(String message, Query query)
message - the description of the failurequery - the query that caused the failurepublic InvalidQueryException(Throwable cause, Query query)
cause - the underlying cause of the exceptionquery - the query that caused the failure
Copyright (C) 2014-2016, Center for Open Middleware