AnvilException

fun AnvilException(message: String)

Construct an AnvilException.

Parameters

message

The message that describes the nature of the exception.


fun AnvilException(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.