ConfigurationError(message: String)
Construct an error.
ConfigurationError(message: String, @Nullable cause: Throwable?)
Construct an error.
cause
- The cause of the error.
ConfigurationError(@Nullable position: DocumentPosition?, message: String)
Construct an error.
position
- The location of the error in the configuration document.
ConfigurationError(@Nullable position: DocumentPosition?, message: String, @Nullable cause: Throwable?)
Construct an error.
position
- The location of the error in the configuration document.