RuntimeException
open class RuntimeException : Exceptiontypealias RuntimeException = RuntimeExceptionConstructors
Extension Functions
Inheritors
ArithmeticException
open class ArithmeticException : RuntimeExceptiontypealias ArithmeticException = ArithmeticExceptionClassCastException
open class ClassCastException : RuntimeExceptiontypealias ClassCastException = ClassCastExceptionConcurrentModificationException
open class ConcurrentModificationException : RuntimeExceptiontypealias ConcurrentModificationException = ConcurrentModificationExceptionFreezingException
Exception thrown whenever freezing is not possible.
class FreezingException : RuntimeExceptionIllegalArgumentException
open class IllegalArgumentException : RuntimeExceptiontypealias IllegalArgumentException = IllegalArgumentExceptionIllegalStateException
open class IllegalStateException : RuntimeExceptiontypealias IllegalStateException = IllegalStateExceptionIncorrectDereferenceException
Exception thrown when top level variable is accessed from incorrect execution context.
class IncorrectDereferenceException : RuntimeExceptionIndexOutOfBoundsException
open class IndexOutOfBoundsException : RuntimeExceptiontypealias IndexOutOfBoundsException = IndexOutOfBoundsExceptionInvalidMutabilityException
Exception thrown whenever we attempt to mutate frozen objects.
class InvalidMutabilityException : RuntimeExceptionNoSuchElementException
open class NoSuchElementException : RuntimeExceptiontypealias NoSuchElementException = NoSuchElementExceptionNoWhenBranchMatchedException
open class NoWhenBranchMatchedException : RuntimeExceptionopen class NoWhenBranchMatchedException : RuntimeExceptionNullPointerException
open class NullPointerException : RuntimeExceptiontypealias NullPointerException = NullPointerExceptionUninitializedPropertyAccessException
class UninitializedPropertyAccessException : RuntimeExceptionclass UninitializedPropertyAccessException : RuntimeExceptionopen class UninitializedPropertyAccessException :
RuntimeExceptionUnsupportedOperationException
open class UnsupportedOperationException : RuntimeExceptiontypealias UnsupportedOperationException = UnsupportedOperationException