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