com.google.visualization.datasource.datatable.value
Class NullValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.visualization.datasource.datatable.value.NullValueException
All Implemented Interfaces:
java.io.Serializable

public class NullValueException
extends java.lang.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

Constructor Summary
NullValueException(java.lang.String message)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NullValueException

public NullValueException(java.lang.String message)
Constructor.

Parameters:
message - The detailed message of this exception.


Copyright © 2009 Google. All Rights Reserved.