jsonkt
common
jsonkt
/
blue.starry.jsonkt
/
JsonNullPointerException
Json
Null
Pointer
Exception
class
JsonNullPointerException
(
val
key
:
String
,
val
json
:
JsonObject
?
)
:
JsonKtException
Constructors
Properties
Constructors
Json
Null
Pointer
Exception
Link copied to clipboard
fun
JsonNullPointerException
(
key
:
String
,
json
:
JsonObject
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
json
Link copied to clipboard
val
json
:
JsonObject
?
key
Link copied to clipboard
val
key
:
String
message
Link copied to clipboard
open
override
val
message
:
String