Package

lspace.codec

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. abstract class DecodeException extends Exception

    Permalink
  2. abstract class EncodeException extends Exception

    Permalink
  3. case class FromJsonException(message: String) extends DecodeException with Product with Serializable

    Permalink
  4. case class NotAcceptableException(message: String) extends DecodeException with Product with Serializable

    Permalink
  5. case class ToJsonException(message: String) extends EncodeException with Product with Serializable

    Permalink
  6. case class UnexpectedJsonException(message: String) extends DecodeException with Product with Serializable

    Permalink

Ungrouped