Package com.amazon.ion
Class UnexpectedEofException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazon.ion.IonException
com.amazon.ion.UnexpectedEofException
- All Implemented Interfaces:
Serializable
An error caused by processing an Ion input stream that ends in the middle of
a value.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedEofException(String message) UnexpectedEofException(String message, Throwable cause) UnexpectedEofException(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
-
UnexpectedEofException
public UnexpectedEofException() -
UnexpectedEofException
- Parameters:
message-cause-
-
UnexpectedEofException
- Parameters:
message-
-
UnexpectedEofException
- Parameters:
cause-
-