Class NullValueException

java.lang.Object
All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class NullValueException extends TupleException
An exception that is thrown when a field value is requested as a primitive (e.g., Tuple.getBoolean(), Tuple.getTimestamp()), but it is null.
See Also: