jsonkraken / net.jemzart.jsonkraken.errors.primitives / NonCompliantStringException

NonCompliantStringException

class NonCompliantStringException : JsonKrakenException

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

Constructors

<init>

NonCompliantStringException(value: String, message: String)

Properties

value

val value: String

invalid string which triggered the exception.