com.google.visualization.datasource.util
Class CsvDataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.visualization.datasource.base.DataSourceException
com.google.visualization.datasource.util.CsvDataSourceException
- All Implemented Interfaces:
- Serializable
public class CsvDataSourceException
- extends DataSourceException
An exception concerning the csv data source.
- Author:
- Nimrod T.
- See Also:
- Serialized Form
CsvDataSourceException
public CsvDataSourceException(ReasonType reasonType,
String messageToUser)
- Constructor.
- Parameters:
reasonType - The reason type.messageToUser - A message that will be displayed to the end user.
Copyright © 2012 Google. All Rights Reserved.