public class ConfigException extends FormattedRuntimeException
| Constructor and Description |
|---|
ConfigException(String message,
Object... args)
Constructor
|
ConfigException(Throwable cause,
String message,
Object... args)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigException(Throwable cause, String message, Object... args)
cause - The cause of this exception.message - The MessageFormat-style message.args - Optional MessageFormat-style arguments.public ConfigException(String message, Object... args)
message - The error message.args - Optional MessageFormat-style arguments.public String getMessage()
getMessage in class ThrowableCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.