com.google.visualization.datasource.datatable.value
Class NullValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.visualization.datasource.datatable.value.NullValueException
- All Implemented Interfaces:
- Serializable
public class NullValueException
- extends RuntimeException
Exception that is thrown when there is an attempt to request the value of
a cell with a null value.
- Author:
- Itai R.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NullValueException
public NullValueException(String message)
- Constructor.
- Parameters:
message - The detailed message of this exception.
Copyright © 2012 Google. All Rights Reserved.