Class NullValueException

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:
  • Constructor Details

    • NullValueException

      public NullValueException(String message)
      Constructor
      Parameters:
      message - exception message
    • NullValueException

      public NullValueException(String message, Throwable cause)
      Constructor
      Parameters:
      message - exception message
      cause - exception cause
    • NullValueException

      public NullValueException(Throwable cause)
      Constructor
      Parameters:
      cause - exception cause