Package com.streambase.sb
Class NullValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.sb.TupleException
com.streambase.sb.NullValueException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
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 Summary
ConstructorDescriptionNullValueException
(String message) ConstructorNullValueException
(String message, Throwable cause) ConstructorNullValueException
(Throwable cause) Constructor -
Method Summary
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullValueException
Constructor- Parameters:
message
- exception message
-
NullValueException
Constructor- Parameters:
message
- exception messagecause
- exception cause
-
NullValueException
Constructor- Parameters:
cause
- exception cause
-