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, toString
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.