On this page
Class scala.UninitializedFieldError
This class implements errors which are thrown whenever a field is used before it has been initialized.
Such runtime checks are not emitted by default. They can be enabled by the -Xcheckinit
compiler option.
Supertypes |
---|
Constructors
Source
Inherited methods
Inherited from | Throwable |
---|
def fillInStackTrace(): Throwable
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
def getLocalizedMessage(): String
Inherited from | Throwable |
---|
def getMessage(): String
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
def printStackTrace(): Unit
Inherited from | Throwable |
---|
Source
An iterator over the names of all the elements of this product.
Inherited from | Product |
---|
Source
An iterator over all the elements of this product.
Returns | in the default implementation, an |
---|---|
Inherited from | Product |
Inherited from | Throwable |
---|
Inherited from | Throwable |
---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/UninitializedFieldError.html