public class ConfigException extends CodeException
Exception for handling unexpected situations during configuration.
Config exception is able to wrap a code.
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CODE
Default value for the code field in a ConfigException.
|
Constructor and Description |
---|
ConfigException() |
ConfigException(int code) |
ConfigException(String message) |
ConfigException(String message,
int code) |
ConfigException(String message,
Throwable cause) |
ConfigException(String message,
Throwable cause,
int code) |
ConfigException(Throwable cause) |
ConfigException(Throwable cause,
int code) |
getCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int DEFAULT_CODE
Default value for the code field in a ConfigException.
public ConfigException()
public ConfigException(int code)
public ConfigException(String message, int code)
public ConfigException(String message)
public ConfigException(Throwable cause, int code)
public ConfigException(Throwable cause)
Copyright © 2022 Fugerit. All rights reserved.