public final class SettingsException extends Exception
SettingsException must be thrown every time someone tries to get an undefined parameter from a
Settings object (i.e. an attempt is made to retrieve a parameter that has neither been declared nor
negotiated and for which there is no default value).| Constructor and Description |
|---|
SettingsException()
Creates a new
SettingsException without additional information. |
SettingsException(String message)
Creates a new
SettingsException with additional information. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SettingsException()
SettingsException without additional information.public SettingsException(String message)
SettingsException with additional information.message - information about the cause of the exceptionCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.