ConstructionThrowable

A construction throwable is a throwable that was caught during the construction of a reflection check, e.g. when looking up the classes or fields on which the operations would be performed.

Constructors

Link copied to clipboard
constructor(throwableClass: E)

Properties

Link copied to clipboard
open override val throwableClass: E

the class that was thrown.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String