Package | org.flexunit.internals.runners |
Class | public class InitializationError |
Inheritance | InitializationError ![]() |
InitializationError
represents one or more problems encountered while
initializing an IRunner
.
Method | Defined By | ||
---|---|---|---|
InitializationError(arg:*)
Construct a new InitializationError with one or more
errors arg as causes. | InitializationError | ||
getCauses():Array
Returns one or more Throwables that led to this initialization error. | InitializationError |
InitializationError | () | Constructor |
public function InitializationError(arg:*)
Construct a new InitializationError
with one or more
errors arg
as causes.
arg:* — The issue that cuased the InitializationError to occur.
|
getCauses | () | method |
public function getCauses():Array
Returns one or more Throwables that led to this initialization error.
ReturnsArray — an array contiaining the causes of the InitializationError .
|