Uses of Class
com.google.visualization.datasource.base.ReasonType

Packages that use ReasonType
com.google.visualization.datasource.base   
com.google.visualization.datasource.util   
 

Uses of ReasonType in com.google.visualization.datasource.base
 

Methods in com.google.visualization.datasource.base that return ReasonType
 ReasonType ResponseStatus.getReasonType()
          Returns the response reason type.
 ReasonType Warning.getReasonType()
          Returns the reason.
 ReasonType DataSourceException.getReasonType()
          Returns the reason type of this exception.
static ReasonType ReasonType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReasonType[] ReasonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.google.visualization.datasource.base with parameters of type ReasonType
DataSourceException(ReasonType reasonType, java.lang.String messageToUser)
          Constructs a new exception with a single message for the user.
ResponseStatus(StatusType statusType, ReasonType reasonType, java.lang.String description)
          Constructs a response status object.
Warning(ReasonType reasonType, java.lang.String messageToUser)
          Constructs a new exception with a reason type and a message for the user.
 

Uses of ReasonType in com.google.visualization.datasource.util
 

Constructors in com.google.visualization.datasource.util with parameters of type ReasonType
CsvDataSourceException(ReasonType reasonType, java.lang.String messageToUser)
          Constructor.
 



Copyright © 2009 Google. All Rights Reserved.