Class UnexpectedEofException

All Implemented Interfaces:
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:
  • Constructor Details

    • UnexpectedEofException

      public UnexpectedEofException()
    • UnexpectedEofException

      public UnexpectedEofException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • UnexpectedEofException

      public UnexpectedEofException(String message)
      Parameters:
      message -
    • UnexpectedEofException

      public UnexpectedEofException(Throwable cause)
      Parameters:
      cause -