Packages

p

lspace.codec

exception

package exception

Type Members

  1. abstract class DecodeException extends Exception
  2. abstract class EncodeException extends Exception
  3. case class FromJsonException(message: String) extends DecodeException with Product with Serializable
  4. case class NotAClassNorProperty(message: String) extends DecodeException with Product with Serializable
  5. case class NotAcceptableException(message: String) extends DecodeException with Product with Serializable
  6. case class ToJsonException(message: String) extends EncodeException with Product with Serializable
  7. case class UnexpectedJsonException(message: String) extends DecodeException with Product with Serializable

Ungrouped