All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ceylon.language.InitializationError.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"[[Assertion failure|AssertionError]] 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 (`function late`)
since("1.1.0")
shared class InitializationError(String description)
        extends AssertionError(description) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy