object ConfError extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfError
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class TypeMismatch(obtained: String, expected: String, path: String) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(errors: Seq[ConfError]): Option[ConfError]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def deprecated(deprecation: DeprecatedName): ConfError
  8. def deprecated(name: String, message: String, sinceVersion: String): ConfError
  9. lazy val empty: ConfError
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def exception(e: Throwable, stackSize: Int = 10): ConfError
  13. def fileDoesNotExist(path: String): ConfError
  14. def fileDoesNotExist(file: File): ConfError
  15. def fileDoesNotExist(path: Path): ConfError
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromResults(results: Seq[Configured[_]]): Option[ConfError]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def invalidFields(invalid: Iterable[(String, Position)], valid: Iterable[String])(implicit dummy: DummyImplicit): ConfError
  21. def invalidFields(invalid: Iterable[String], valid: Iterable[String]): ConfError
  22. def invalidFieldsOpt(invalid: Iterable[(String, Position)], valid: Iterable[String])(implicit dummy: DummyImplicit): Option[ConfError]
  23. def invalidFieldsOpt(invalid: Iterable[String], valid: Iterable[String]): Option[ConfError]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def message(message: String): ConfError
  26. def missingField(obj: Obj, field: String): ConfError
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def parseError(position: Position, message: String): ConfError
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def typeMismatch(expected: String, obtained: String, path: String): ConfError
  34. def typeMismatch(expected: String, obtained: Conf, path: String): ConfError
  35. def typeMismatch(expected: String, obtained: Conf): ConfError
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped