AnvilException

constructor(message: String)

Construct an AnvilException.

Parameters

message

The message that describes the nature of the exception.


constructor(message: String, cause: Throwable)

Construct an AnvilException.

Parameters

message

The message that describes the nature of the exception.

cause

The Throwable proximal cause of this AnvilException.