Exception
Constructors
Inherited Functions
getStackTrace
Returns an array of stack trace strings representing the stack trace pertaining to this throwable.
fun getStackTrace(): Array<String>printStackTrace
Prints the stack trace of this throwable to the standard output.
fun printStackTrace()toString
Returns a string representation of the object.
open fun toString(): StringExtension Functions
Inheritors
CharacterCodingException
The exception thrown when a character encoding or decoding error occurs.
open class CharacterCodingException : Exceptiontypealias CharacterCodingException = CharacterCodingExceptionIllegalCallableAccessException
An exception that is thrown when call is invoked on a callable or get or set is invoked on a property
and that callable is not accessible (in JVM terms) from the calling method.
class IllegalCallableAccessException : ExceptionIllegalPropertyDelegateAccessException
An exception that is thrown when getDelegate is invoked on a KProperty object that was not made accessible
with isAccessible.
class IllegalPropertyDelegateAccessException : ExceptionNoSuchPropertyException
An exception that is thrown when the code tries to introspect a property of a class or a package and that class or the package no longer has that property.
class NoSuchPropertyException : ExceptionRuntimeException
open class RuntimeException : Exceptiontypealias RuntimeException = RuntimeException