IllegalArgumentException (original) (raw)

Since Kotlin

1.0

Inheritors

Since Kotlin

1.1

Inheritors

Since Kotlin

1.3

Inheritors

Since Kotlin

1.8

Inheritors

Since Kotlin

1.8

Inheritors

Constructors

expect constructor()

expect constructor(message: String?)

expect constructor(cause: Throwable?)

actual constructor()

actual constructor(message: String?)

actual constructor(cause: Throwable?)

actual constructor()

actual constructor(message: String?)

actual constructor(cause: Throwable?)

actual constructor()

actual constructor(message: String?)

actual constructor(cause: Throwable?)

actual constructor()

actual constructor(message: String?)

actual constructor(cause: Throwable?)

Properties

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

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.

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.

Functions

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

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

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

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

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

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

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

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

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.

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

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

Returns the short description of this throwable consisting of the exception class name (fully qualified if possible) followed by the exception message if it is not null.

Returns the short description of this throwable consisting of the exception class name followed by the exception message if it is not null.

Returns the short description of this throwable consisting of the exception class name followed by the exception message if it is not null.

Thanks for your feedback!