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 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