Package com.amazon.ion
Class ContainedValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazon.ion.IonException
com.amazon.ion.ContainedValueException
- All Implemented Interfaces:
Serializable
An error caused by adding an
IonValue into a container when it's
already contained elsewhere.- See Also:
-
Constructor Summary
Constructors -
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
-
ContainedValueException
public ContainedValueException() -
ContainedValueException
- Parameters:
message-
-