Serialized Form
-
Package dev.mccue.json.decode.alpha
-
Exception dev.mccue.json.decode.alpha.JsonDecodingException
class JsonDecodingException extends RuntimeException implements Serializable -
Exception dev.mccue.json.decode.alpha.JsonDecodingException.Failure
class Failure extends JsonDecodingException implements Serializable-
Serialized Fields
-
reason
String reason
-
value
dev.mccue.json.Json value
-
-
-
Exception dev.mccue.json.decode.alpha.JsonDecodingException.Field
class Field extends JsonDecodingException implements Serializable-
Serialized Fields
-
error
JsonDecodingException error
-
fieldName
String fieldName
-
-
-
Exception dev.mccue.json.decode.alpha.JsonDecodingException.Index
class Index extends JsonDecodingException implements Serializable-
Serialized Fields
-
error
JsonDecodingException error
-
index
int index
-
-
-
Exception dev.mccue.json.decode.alpha.JsonDecodingException.OneOf
class OneOf extends JsonDecodingException implements Serializable-
Serialized Fields
-
errors
List<JsonDecodingException> errors
-
-
-