com.google.visualization.datasource.base
Class InvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.visualization.datasource.base.DataSourceException
com.google.visualization.datasource.base.InvalidQueryException
- All Implemented Interfaces:
- Serializable
public class InvalidQueryException
- extends DataSourceException
An exception that is thrown when trying to serve an invalid query.
A query can fail at parsing time, or at later validations.
- Author:
- Yonatan B.Y., Hillel M.
- See Also:
- Serialized Form
|
Constructor Summary |
InvalidQueryException(String messageToUser)
Construct a data source exception with an InvalidQuery reason type
and a message to the user. |
InvalidQueryException
public InvalidQueryException(String messageToUser)
- Construct a data source exception with an InvalidQuery reason type
and a message to the user.
- Parameters:
messageToUser - The message for the user.
Copyright © 2012 Google. All Rights Reserved.