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:
java.io.Serializable
public class UnexpectedEofException extends IonException
An error caused by processing an Ion input stream that ends in the middle of a value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedEofException()UnexpectedEofException(java.lang.String message)UnexpectedEofException(java.lang.String message, java.lang.Throwable cause)UnexpectedEofException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.amazon.ion.IonException
causeOfType
-
-
-
-
Constructor Detail
-
UnexpectedEofException
public UnexpectedEofException()
-
UnexpectedEofException
public UnexpectedEofException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
UnexpectedEofException
public UnexpectedEofException(java.lang.String message)
- Parameters:
message-
-
UnexpectedEofException
public UnexpectedEofException(java.lang.Throwable cause)
- Parameters:
cause-
-
-