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.
NonCompliantNumberException(value: String) |
val value: String
invalid number which triggered the exception. |