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() |
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 Throwable
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.