Package-level declarations

Exceptions and error markers.

Types

Link copied to clipboard

Exception thrown when a function invocation fails.

Link copied to clipboard

Marks declarations that must be replaced by the Inspekt compiler plugin. The Inspekt Gradle plugin automatically opts-in to this annotation. If you are seeing it, it likely means that the declaration will not be replaced with your current build configuration, resulting in runtime errors

Link copied to clipboard

Thrown when a declaration marked with InspektCompilerPluginIntrinsic is not replaced by the Inspekt compiler plugin.

Link copied to clipboard
class ProxyInvocationException(val name: String, val proxyHandler: ProxyHandler, val proxyInstance: Any, cause: Throwable) : RuntimeException

Exception thrown when a function invocation on a proxy fails.