ConfigurationError(message: String!)
Construct an error.
message - String!: The error message.
ConfigurationError(message: String!, @Nullable cause: Throwable?)
Construct an error.
message - String!: The error message.
cause - Throwable?: The cause of the error.
ConfigurationError(@Nullable position: DocumentPosition?, message: String!)
Construct an error.
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.
position - DocumentPosition?: The location of the error in the configuration document.