1.

My Application Expects The Data It Receives To Be In A Specific Format. How Do I Handle Exceptions?

Answer»

You can use the getNumberOfColumns() and getColumnType() methods of class google.visualization.DataTable to TEST that the data you get matches what you expect, and ISSUE an ERROR MESSAGE for mismatches.

You can use the getNumberOfColumns() and getColumnType() methods of class google.visualization.DataTable to test that the data you get matches what you expect, and issue an error message for mismatches.



Discussion

No Comment Found