Packageorg.flexunit.internals.runners
Classpublic class InitializationError
InheritanceInitializationError Inheritance Error

The InitializationError represents one or more problems encountered while initializing an IRunner.



Public Methods
 MethodDefined By
  
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
Constructor Detail
InitializationError()Constructor
public function InitializationError(arg:*)

Construct a new InitializationError with one or more errors arg as causes.

Parameters
arg:* — The issue that cuased the InitializationError to occur.
Method Detail
getCauses()method
public function getCauses():Array

Returns one or more Throwables that led to this initialization error.

Returns
Array — an array contiaining the causes of the InitializationError.