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

Packages that use TypeMismatchException
com.google.visualization.datasource.datatable   
com.google.visualization.datasource.datatable.value   
 

Uses of TypeMismatchException in com.google.visualization.datasource.datatable
 

Methods in com.google.visualization.datasource.datatable that throw TypeMismatchException
 void DataTable.addRow(TableRow row)
          Adds a single row to the end of the result.
 void DataTable.addRowFromValues(Object... values)
          A convenience method for creating a row directly from its cell values and adding it to the data table.
 void DataTable.addRows(Collection<TableRow> rowsToAdd)
          Adds a collection of rows to the end of the result.
 TableCell DataTable.setCell(int rowIndex, int colIndex, TableCell cell)
          Replaces an existing cell at a specified position in this table with the specified cell.
 void DataTable.setRows(Collection<TableRow> rows)
          Sets a collection of rows after clearing any current rows.
 

Uses of TypeMismatchException in com.google.visualization.datasource.datatable.value
 

Methods in com.google.visualization.datasource.datatable.value that throw TypeMismatchException
 Value ValueType.createValue(Object value)
          Creates a value of this ValueType.
 



Copyright © 2012 Google. All Rights Reserved.