jsonkraken / net.jemzart.jsonkraken.errors.primitives / NonCompliantNumberException

NonCompliantNumberException

class NonCompliantNumberException : JsonKrakenException

Since
2.0 An exception used when the Number to be wrapped by a JsonNumber is not compliant with the JSON specification.

Constructors

<init>

NonCompliantNumberException(value: String)

Properties

value

val value: String

invalid number which triggered the exception.