public class InvalidQueryException extends RuntimeException
| Constructor and Description |
|---|
InvalidQueryException(String query)
Create an exception with the invalid query.
|
InvalidQueryException(String query,
String message)
Create an exception with the invalid query and a message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getQuery()
Get the query that is invalid.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.