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