public class PropertyNotSetException extends ConfigurationException
| Constructor and Description |
|---|
PropertyNotSetException(java.lang.String message)
Create a new
PropertyNotSetException with the given message. |
PropertyNotSetException(java.lang.String instanceName,
java.lang.String componentTypeName,
java.lang.String property)
Create a new
PropertyNotSetException by calling the super
constructor with an appropriate message. |
public PropertyNotSetException(java.lang.String instanceName,
java.lang.String componentTypeName,
java.lang.String property)
PropertyNotSetException by calling the super
constructor with an appropriate message.instanceName - The name of the instance, of which the configuration is
incomplete.componentTypeName - The name of the component type of the designated
instance.property - The name of the missing property.public PropertyNotSetException(java.lang.String message)
PropertyNotSetException with the given message.
If this exception is created manually,
PropertyNotSetException(String, String, String) is the preferred
way to create this exception.message - the message for the exception