class ControlUnitReceiptJsonException : JsonDetailedException, FriendlyException
The details contains three fields:
The code is one of the following:
User: Kirill, Date: 08.03.14 10:55
ControlUnitReceiptJsonException() ControlUnitReceiptJsonException(details: Map<String, String>) |
var details: Map<String, String?>?
Sets exception details. For example, contains exception message or violated value. |
|
open val message: String |
open fun deserialize(jsonSource: String): JsonDetailedException
Performs deserialization. For serialization see JsonSerializable.serialize. |
|
open fun serialize(): String
Performs serialization. For deserialization see JsonSerializable.serialize. |
|
open fun toString(): String |