com.google.visualization.datasource.base
Class TypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.visualization.datasource.base.DataSourceException
com.google.visualization.datasource.base.TypeMismatchException
- All Implemented Interfaces:
- Serializable
public class TypeMismatchException
- extends DataSourceException
This exception is thrown when there is a mismatch between a value type and a column type,
for example when trying to assign a boolean value to a column of type number.
- Author:
- Yaniv S.
- See Also:
- Serialized Form
|
Constructor Summary |
TypeMismatchException(String message)
Constructs a new exception with OTHER reason type and a message for the user. |
TypeMismatchException
public TypeMismatchException(String message)
- Constructs a new exception with OTHER reason type and a message for the user.
- Parameters:
message - The message for the user.
Copyright © 2012 Google. All Rights Reserved.