AvailEditorException

A RuntimeException encountered during an AvailEditor operation.

Parameters

msg

A custom error message.

e

The accompanying ErrorCode that describes the error.

cause

The proximal Throwable cause of this exception or null if none provided.

Constructors

Link copied to clipboard
constructor(msg: String, e: ErrorCode, cause: Throwable?)

Construct an AvailEditorException.

Properties

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

Produce a String representation of the stack trace captured in this Throwable.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard