AvailEditorException

constructor(msg: String, e: ErrorCode, cause: Throwable?)

Construct an AvailEditorException.

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.