public class IllegalConfigurationDescriptionException
extends java.lang.RuntimeException
IllegalConfigurationDescriptionException is thrown if there's an
inherent error in the ConfigurationDescription of a component. E.g.
if the default value doesn't match the specified type of a property or the
specified ConfigurationValidator is not instantiatable| Constructor and Description |
|---|
IllegalConfigurationDescriptionException()
Constructs a new
IllegalConfigurationDescriptionException with
null. as detail message. |
IllegalConfigurationDescriptionException(java.lang.String message)
Constructs a new
IllegalConfigurationDescriptionException with the
given detail message. |
IllegalConfigurationDescriptionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
IllegalConfigurationDescriptionException with
null. as detail message and the given cause. |
IllegalConfigurationDescriptionException(java.lang.Throwable cause)
Constructs a new
IllegalConfigurationDescriptionException with
null as detail message and the given cause. |
public IllegalConfigurationDescriptionException()
IllegalConfigurationDescriptionException with
null. as detail message.public IllegalConfigurationDescriptionException(java.lang.String message)
IllegalConfigurationDescriptionException with the
given detail message.message - the detail messagepublic IllegalConfigurationDescriptionException(java.lang.Throwable cause)
IllegalConfigurationDescriptionException with
null as detail message and the given cause.cause - the cause of this exceptionpublic IllegalConfigurationDescriptionException(java.lang.String message,
java.lang.Throwable cause)
IllegalConfigurationDescriptionException with
null. as detail message and the given cause.message - the detail messagecause - the cause of this exception