suppressedExceptions

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

The list can be empty:

  • if no exceptions were suppressed;

  • if the platform doesn't support suppressed exceptions;

  • if this Throwable instance has disabled the suppression.

Since Kotlin

1.4

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

Since Kotlin

1.4

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

The list can be empty:

  • if no exceptions were suppressed;

  • if the platform doesn't support suppressed exceptions;

  • if this Throwable instance has disabled the suppression.

Since Kotlin

1.4

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

Since Kotlin

1.4