IndexOutOfBoundsException

actual open class IndexOutOfBoundsException(val message: String?) : RuntimeException
actual open class IndexOutOfBoundsException(val message: String?) : RuntimeException

Constructors

Link copied to clipboard
Link copied to clipboard
expect fun IndexOutOfBoundsException(message: String?)
actual fun IndexOutOfBoundsException(message: String?)
actual fun IndexOutOfBoundsException(message: String?)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard
expect fun Throwable.addSuppressed(exception: Throwable)

When supported by the platform, adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.

actual fun Throwable.addSuppressed(exception: Throwable)

When supported by the platform, adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.

actual fun Throwable.addSuppressed(exception: Throwable)

Adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.

actual fun Throwable.addSuppressed(exception: Throwable)

Adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.

Link copied to clipboard

Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.

Link copied to clipboard

Prints the detailed description of this throwable to the standard output or standard error output.

Prints the detailed description of this throwable to the specified writer.

Prints the detailed description of this throwable to the specified stream.

actual inline fun Throwable.printStackTrace()

Prints the detailed description of this throwable to the standard error output.

Prints the detailed description of this throwable to console error output.

actual inline fun Throwable.printStackTrace()

Prints the detailed description of this throwable to the standard output.

Link copied to clipboard

Returns an array of stack trace elements representing the stack trace pertaining to this throwable.

Link copied to clipboard

Returns the detailed description of this throwable with its stack trace.

Returns the detailed description of this throwable with its stack trace.

Returns the detailed description of this throwable with its stack trace.

Returns the detailed description of this throwable with its stack trace.

Link copied to clipboard

Returns a list of all exceptions that were suppressed in order to deliver this exception.

Returns a list of all exceptions that were suppressed in order to deliver this exception.

Returns a list of all exceptions that were suppressed in order to deliver this exception.

Returns a list of all exceptions that were suppressed in order to deliver this exception.