java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.mccue.json.decode.alpha.JsonDecodingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JsonDecodingException.Failure,JsonDecodingException.Field,JsonDecodingException.Index,JsonDecodingException.OneOf
public abstract sealed class JsonDecodingException
extends RuntimeException
permits JsonDecodingException.Field, JsonDecodingException.Index, JsonDecodingException.OneOf, JsonDecodingException.Failure
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonDecodingException
public JsonDecodingException()
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-