Assertion failure that occurs when a value reference could not be initialized, including when:

  • a toplevel value could not be initialized due to recursive dependencies upon other toplevel values,
  • an uninitialized late() value is evaluated,
  • an initialized late but non-variable value is reassigned.
See also late()
Since 1.1.0

no subtypes hierarchy

Initializer
InitializationError(String description)
Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Throwable
Inherited Methods
Methods inherited from: Object
Methods inherited from: Throwable