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:
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 Summary
Constructors Constructor Description NullValueException(String a_message)
NullValueException(String a_message, Throwable a_cause)
NullValueException(Throwable a_cause)
-
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
-
-