|
||||||||||
| 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.util.CsvDataSourceException
public class CsvDataSourceException
An exception concerning the csv data source.
| 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 |
|---|
public CsvDataSourceException(ReasonType reasonType,
java.lang.String messageToUser)
reasonType - The reason type.messageToUser - A message that will be displayed to the end user.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||