Package eliasstar.json.exceptions
Class EmptyJsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eliasstar.json.exceptions.JsonException
-
- eliasstar.json.exceptions.EmptyJsonException
-
- All Implemented Interfaces:
Serializable
public class EmptyJsonException extends JsonException
Indicates an empty input JSON.- Since:
- 1.0.0
- Author:
- Elias*
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyJsonException()
EmptyJsonException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EmptyJsonException
public EmptyJsonException()
-
EmptyJsonException
public EmptyJsonException(Throwable cause)
-
-