Click or drag to resize

SettingsException Constructor

Overload List
  NameDescription
Public methodSettingsException
Constructs a SettingsException with Setting not found as the detailed error message.
Public methodSettingsException(String)
Constructs a SettingsException with message as the detailed error message.
Public methodSettingsException(String, Exception)
Constructs a SettingsException with the message as the detailed error message and cause as the source of the exception.
Top
See Also