Package io.avaje.json
Class JsonEofException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.avaje.json.JsonException
io.avaje.json.JsonIoException
io.avaje.json.JsonEofException
- All Implemented Interfaces:
Serializable
Thrown when we hit EOF unexpectedly.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonEofException
(IOException cause) JsonEofException
(String message) JsonEofException
(String message, IOException cause) -
Method Summary
Methods inherited from class io.avaje.json.JsonException
of
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonEofException
-
JsonEofException
-
JsonEofException
-