tuweni / org.apache.tuweni.config / ConfigurationError / <init>

<init>

ConfigurationError(message: String)

Construct an error.

Parameters

message - The error message.

ConfigurationError(message: String, @Nullable cause: Throwable?)

Construct an error.

Parameters

message - The error message.

cause - The cause of the error.

ConfigurationError(@Nullable position: DocumentPosition?, message: String)

Construct an error.

Parameters

position - The location of the error in the configuration document.

message - The error message.

ConfigurationError(@Nullable position: DocumentPosition?, message: String, @Nullable cause: Throwable?)

Construct an error.

Parameters

position - The location of the error in the configuration document.

message - The error message.

cause - The cause of the error.