IgnoredException

An exception thrown when an element marked with Ignore is accessed or processed, indicating the reason.

Parameters

reason

The IgnoreReason explaining why the element should be ignored.

Constructors

Link copied to clipboard
constructor(reason: IgnoreReason)

Properties

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