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

<init>

ConfigurationError(message: String!)

Construct an error.

Parameters

message - String!: The error message.

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

Construct an error.

Parameters

message - String!: The error message.

cause - Throwable?: The cause of the error.

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

Construct an error.

Parameters

position - DocumentPosition?: The location of the error in the configuration document.

message - String!: The error message.

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

Construct an error.

Parameters

position - DocumentPosition?: The location of the error in the configuration document.

message - String!: The error message.

cause - Throwable?: The cause of the error.