java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.avaje.jsonb.JsonException
io.avaje.jsonb.JsonIoException
io.avaje.jsonb.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.jsonb.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
-