class ReferenceNotFoundJsonException : JsonDetailedException
This exception occurs when SomethingInfo dto class contains a field which references to another entity and the algorithm assumes it has to be on the server but it doesn't.
User: Kirill, Date: 11.08.13 14:48
ReferenceNotFoundJsonException() ReferenceNotFoundJsonException(entityName: String) ReferenceNotFoundJsonException(entityName: String?, identifier: 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 |