Package com.amazon.ion
Class NullValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazon.ion.IonException
com.amazon.ion.NullValueException
- All Implemented Interfaces:
Serializable
An error caused by invoking an inappropriate method on an Ion
null value.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNullValueException(String message) NullValueException(String message, Throwable cause) NullValueException(Throwable cause) -
Method Summary
Methods inherited from class com.amazon.ion.IonException
causeOfTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullValueException
public NullValueException() -
NullValueException
- Parameters:
message-cause-
-
NullValueException
- Parameters:
message-
-
NullValueException
- Parameters:
cause-
-