public class ConfigurationException extends PluginException
This exception is thrown by a plug-in when it cannot find required information from PluginConfiguration.
Constructor and Description |
---|
ConfigurationException()
This method is a default constructor.
|
ConfigurationException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
This method is a constructor with a localized message.
|
ConfigurationException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
This method is a constructor with a localized message and a chained exception.
|
ConfigurationException(java.lang.Throwable exception)
This method is a constructor with a chained exception.
|
public ConfigurationException()
This method is a default constructor.
public ConfigurationException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
This method is a constructor with a localized message.
public ConfigurationException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
This method is a constructor with a localized message and a chained exception.
public ConfigurationException(java.lang.Throwable exception)
This method is a constructor with a chained exception.