|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.visualization.datasource.base.DataSourceException
com.google.visualization.datasource.base.InvalidQueryException
public class InvalidQueryException
An exception that is thrown when trying to serve an invalid query. A query can fail at parsing time, or at later validations.
| Constructor Summary | |
|---|---|
InvalidQueryException(java.lang.String messageToUser)
Construct a data source exception with an InvalidQuery reason type and a message to the user. |
|
| Method Summary |
|---|
| Methods inherited from class com.google.visualization.datasource.base.DataSourceException |
|---|
getMessage, getMessageToUser, getReasonType |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidQueryException(java.lang.String messageToUser)
messageToUser - The message for the user.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||