com.google.visualization.datasource.util
Class CsvDataSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.visualization.datasource.base.DataSourceException
              extended by com.google.visualization.datasource.util.CsvDataSourceException
All Implemented Interfaces:
java.io.Serializable

public class CsvDataSourceException
extends DataSourceException

An exception concerning the csv data source.

Author:
Nimrod T.
See Also:
Serialized Form

Constructor Summary
CsvDataSourceException(ReasonType reasonType, java.lang.String messageToUser)
          Constructor.
 
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

CsvDataSourceException

public CsvDataSourceException(ReasonType reasonType,
                              java.lang.String messageToUser)
Constructor.

Parameters:
reasonType - The reason type.
messageToUser - A message that will be displayed to the end user.


Copyright © 2009 Google. All Rights Reserved.