Attributes
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Constructs an E containing given cause
Constructs an E containing given cause
Value parameters
- e
-
A cause
Attributes
- Returns
-
A new E containing given cause
Constructs an E containing given cause if condition holds
Constructs an E containing given cause if condition holds
Value parameters
- condition
-
Some condition on which to set the cause
- e
-
A cause
Attributes
- Returns
-
A new E containing given cause or empty E if condition doesn't hold
Constructs an E containing given causes
Constructs an E containing given causes
Value parameters
- c
-
Causes as a List
Attributes
- Returns
-
A new E containing given causes
Constructs an E containing given causes
Constructs an E containing given causes
Value parameters
- c
-
Causes as variable arguments
Attributes
- Returns
-
A new E containing given causes
Constructs an E containing given code
Constructs an E containing given code
Value parameters
- c
-
A code
Attributes
- Returns
-
A new E containing given code
Constructs an E containing given data
Constructs an E containing given data
Value parameters
- d
-
Data as a key-value map
Attributes
- Returns
-
A new E containing given data
Constructs an E containing given data entry
Constructs an E containing given data entry
Type parameters
- V
-
Type of value of data entry
Value parameters
- k
-
Key of data entry
- v
-
Value of data entry
Attributes
- Returns
-
A new E containing given data entry
Constructs an E containing given data entry
Constructs an E containing given data entry
Type parameters
- V
-
Type of value of data entry
Value parameters
- t
-
Data entry
Attributes
- Returns
-
A new E containing given data entry
Constructs an E from given _root_.scala.Throwable
Constructs an E from given _root_.scala.Throwable
Value parameters
- throwable
-
A Throwable
Attributes
- Returns
-
A new E containing message of given Throwable or wrapped E in EException if Throwable is one
Constructs an E containing given message
Constructs an E containing given message
Value parameters
- m
-
Message to set
Attributes
- Returns
-
A new E containing given message
Constructs an E containing given name
Constructs an E containing given name
Value parameters
- n
-
A name
Attributes
- Returns
-
A new E containing given name
Constructs an E containing time set to now
Constructs an E containing time set to now
Attributes
- Returns
-
A new E containing time set to now
- See also
-
java.lang.System#currentTimeMillis