Class EOFException

All Implemented Interfaces:
Serializable

public final class EOFException extends RuntimeException
Internal exception marker to signalize the end of the input.
See Also:
  • Field Details

  • Constructor Details

    • EOFException

      public EOFException()
      Creates a new exception
  • Method Details