sealed abstract class ConfError extends Serializable

Self Type
ConfError
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

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. final def all: List[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def atPos(position: Position): ConfError
  7. def cause: Option[Throwable]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def combine(other: ConfError): ConfError
  10. def copy(newMsg: String): ConfError
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def equals(obj: Any): Boolean
    Definition Classes
    ConfError → AnyRef → Any
  13. def extra: List[String]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hasPos: Boolean
  17. final def hashCode(): Int
    Definition Classes
    ConfError → AnyRef → Any
  18. def isDeprecation: Boolean
  19. def isEmpty: Boolean
  20. final def isException: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isMissingField: Boolean
  23. def isParseError: Boolean
  24. def isTypeMismatch: Boolean
  25. final def left[A]: Either[ConfError, A]
  26. val msg: String
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notOk: Configured[Nothing]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def stackTrace: String
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def toString(): String
    Definition Classes
    ConfError → AnyRef → Any
  34. def typeMismatch: Option[TypeMismatch]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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