JavaLang

object JavaLang : RootPackage

Types

AssertionError
Link copied to clipboard
object AssertionError : ClassRef, ExceptionClassWithCause
ClassCastException
Link copied to clipboard
object ClassCastException : ClassRef, ExceptionClass
Error
Link copied to clipboard
object Error : ClassRef, ExceptionClassWithCause
Exception
Link copied to clipboard
object Exception : ClassRef, ExceptionClassWithCause
IllegalArgumentException
Link copied to clipboard
object IllegalArgumentException : ClassRef, ExceptionClassWithCause
IllegalStateException
Link copied to clipboard
object IllegalStateException : ClassRef, ExceptionClassWithCause
IndexOutOfBoundsException
Link copied to clipboard
object IndexOutOfBoundsException : ClassRef, ExceptionClass
NullPointerException
Link copied to clipboard
object NullPointerException : ClassRef, ExceptionClass
RuntimeException
Link copied to clipboard
object RuntimeException : ClassRef, ExceptionClassWithCause
UnsupportedOperationException
Link copied to clipboard

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

fqName
Link copied to clipboard
val fqName: FqName

Sources

jvm source
Link copied to clipboard