package error

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class KeyNotFoundException (key: String) extends IllegalArgumentException with Product with Serializable
  2. case class WrongTypeException (typ: String) extends Exception with Product with Serializable
  3. case class WrongTypeForKeyException (typ: String, key: String) extends IllegalArgumentException with Product with Serializable

Value Members

  1. object CannotConvertNullException extends IllegalArgumentException

Ungrouped