Packages

object E extends Serializable

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

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cause(e: E): E

    Constructs an E containing given cause

    Constructs an E containing given cause

    e

    A cause

    returns

    A new E containing given cause

  6. def causeIf(condition: Boolean, e: => E): E

    Constructs an E containing given cause if condition holds

    Constructs an E containing given cause if condition holds

    condition

    Some condition on which to set the cause

    e

    A cause

    returns

    A new E containing given cause or empty E if condition doesn't hold

  7. def causes(c: E*): E

    Constructs an E containing given causes

    Constructs an E containing given causes

    c

    Causes as variable arguments

    returns

    A new E containing given causes

  8. def causes(c: List[E]): E

    Constructs an E containing given causes

    Constructs an E containing given causes

    c

    Causes as a List

    returns

    A new E containing given causes

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def code(c: Int): E

    Constructs an E containing given code

    Constructs an E containing given code

    c

    A code

    returns

    A new E containing given code

  11. def data[V](t: (String, V)): E

    Constructs an E containing given data entry

    Constructs an E containing given data entry

    V

    Type of value of data entry

    t

    Data entry

    returns

    A new E containing given data entry

  12. def data[V](k: String, v: V): E

    Constructs an E containing given data entry

    Constructs an E containing given data entry

    V

    Type of value of data entry

    k

    Key of data entry

    v

    Value of data entry

    returns

    A new E containing given data entry

  13. def data(d: Map[String, String]): E

    Constructs an E containing given data

    Constructs an E containing given data

    d

    Data as a key-value map

    returns

    A new E containing given data

  14. val empty: E

    An empty E

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def fromThrowable(throwable: Throwable): E

    Constructs an E from given _root_.scala.Throwable

    Constructs an E from given _root_.scala.Throwable

    throwable

    A Throwable

    returns

    A new E containing message of given Throwable or wrapped E in EException if Throwable is one

  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def message(m: String): E

    Constructs an E containing given message

    Constructs an E containing given message

    m

    Message to set

    returns

    A new E containing given message

  23. def name(n: String): E

    Constructs an E containing given name

    Constructs an E containing given name

    n

    A name

    returns

    A new E containing given name

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def now: E

    Constructs an E containing time set to now

    Constructs an E containing time set to now

    returns

    A new E containing time set to now

    See also

    java.lang.System#currentTimeMillis

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def time(t: Long): E

    Constructs an E containing given time

    Constructs an E containing given time

    t

    A time

    returns

    A new E containing given time

  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped