public class ConfigException extends FormattedRuntimeException
Constructor and Description |
---|
ConfigException(String message,
Object... args)
Constructor
|
ConfigException(Throwable t,
String message,
Object... args)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigException(String message, Object... args)
message
- The error message.args
- Optional MessageFormat
-style arguments.public ConfigException(Throwable t, String message, Object... args)
t
- The init cause. Can be message
- The error message.args
- Optional MessageFormat
-style arguments.public String getMessage()
getMessage
in class Throwable
Copyright © 2018 Apache. All rights reserved.