Class NullValueException

  • All Implemented Interfaces:
    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:
    Serialized Form
    • Constructor Detail

      • NullValueException

        public NullValueException​(String a_message)
      • NullValueException

        public NullValueException​(String a_message,
                                  Throwable a_cause)
      • NullValueException

        public NullValueException​(Throwable a_cause)