Package io.avaje.jsonb
Class JsonEofException
- 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
public class JsonEofException extends JsonIoException
Thrown when we hit EOF unexpectedly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonEofException(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 Detail
-
JsonEofException
public JsonEofException(IOException cause)
-
JsonEofException
public JsonEofException(String message, IOException cause)
-
JsonEofException
public JsonEofException(String message)
-
-