apidocs / com.srv4pos.server.api.exceptions.base

Package com.srv4pos.server.api.exceptions.base

Types

JsonDeserializable

interface JsonDeserializable<T : JsonException>

Classes that implements this interface should implement deserialization. See examples in:

JsonSerializable

interface JsonSerializable

Classes that implements this interface should implement serialization. See examples in:

Exceptions

JsonDetailedException

abstract class JsonDetailedException : JsonException

Parent for detailed exceptions.

JsonException

abstract class JsonException : RuntimeException, JsonSerializable, JsonDeserializable<JsonException>

Parent of all exceptions for server-api. User: Kirill Date: 05.07.13 15:30