Thrown when a problem was detected with value initialization.

Possible problems include:

  • when a value could not be initialized due to recursive access during initialization,
  • an attempt to use a late value before it was initialized,
  • an attempt to assign to a late but non-variable value after it was initialized.
See also: late
Initializer
InitializationException(String description)
Inherited Attributes
Attributes inherited from: Exception
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Exception
Methods inherited from: Object