pureconfig

error

package error

Visibility
  1. Public
  2. All

Type Members

  1. case class CollidingKeysException(key: String, existingValue: String) extends IllegalArgumentException with Product with Serializable

  2. final case class KeyNotFoundException(key: String) extends IllegalArgumentException with Product with Serializable

  3. case class WrongTypeException(typ: String) extends Exception with Product with Serializable

  4. case class WrongTypeForKeyException(typ: String, key: String) extends IllegalArgumentException with Product with Serializable

Value Members

  1. object CannotConvertNullException extends IllegalArgumentException

Ungrouped