@PublicEvolving public class IllegalConfigurationException extends RuntimeException
IllegalConfigurationException
is thrown when the values in a given Configuration
are not valid. This may refer to the Flink configuration with which the framework
is started, or a Configuration passed internally between components.Constructor and Description |
---|
IllegalConfigurationException(String message)
Constructs an new IllegalConfigurationException with the given error message.
|
IllegalConfigurationException(String format,
Object... arguments)
Constructs an new IllegalConfigurationException with the given error message format and
arguments.
|
IllegalConfigurationException(String message,
Throwable cause)
Constructs an new IllegalConfigurationException with the given error message and a given
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalConfigurationException(String message)
message
- The error message for the exception.public IllegalConfigurationException(String format, Object... arguments)
format
- The error message format for the exception.arguments
- The arguments for the format.public IllegalConfigurationException(String message, Throwable cause)
message
- The error message for the exception.cause
- The exception that caused this exception.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.