RuntimeException
open class RuntimeException : Exception
typealias RuntimeException = RuntimeException
Constructors
Extension Functions
Inheritors
ArithmeticException
open class ArithmeticException : RuntimeException
typealias ArithmeticException = ArithmeticException
ClassCastException
open class ClassCastException : RuntimeException
typealias ClassCastException = ClassCastException
ConcurrentModificationException
open class ConcurrentModificationException : RuntimeException
typealias ConcurrentModificationException = ConcurrentModificationException
FreezingException
Exception thrown whenever freezing is not possible.
class FreezingException : RuntimeException
IllegalArgumentException
open class IllegalArgumentException : RuntimeException
typealias IllegalArgumentException = IllegalArgumentException
IllegalStateException
open class IllegalStateException : RuntimeException
typealias IllegalStateException = IllegalStateException
IncorrectDereferenceException
Exception thrown when top level variable is accessed from incorrect execution context.
class IncorrectDereferenceException : RuntimeException
IndexOutOfBoundsException
open class IndexOutOfBoundsException : RuntimeException
typealias IndexOutOfBoundsException = IndexOutOfBoundsException
InvalidMutabilityException
Exception thrown whenever we attempt to mutate frozen objects.
class InvalidMutabilityException : RuntimeException
NoSuchElementException
open class NoSuchElementException : RuntimeException
typealias NoSuchElementException = NoSuchElementException
NoWhenBranchMatchedException
open class NoWhenBranchMatchedException : RuntimeException
open class NoWhenBranchMatchedException : RuntimeException
NullPointerException
open class NullPointerException : RuntimeException
typealias NullPointerException = NullPointerException
UninitializedPropertyAccessException
class UninitializedPropertyAccessException : RuntimeException
class UninitializedPropertyAccessException : RuntimeException
open class UninitializedPropertyAccessException :
RuntimeException
UnsupportedOperationException
open class UnsupportedOperationException : RuntimeException
typealias UnsupportedOperationException = UnsupportedOperationException