consciouscode.seedling.config
Class PropertyEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
consciouscode.seedling.SeedlingException
consciouscode.seedling.NodeProvisioningException
consciouscode.seedling.NodeInstantiationException
consciouscode.seedling.config.PropertyEvaluationException
- All Implemented Interfaces:
- Serializable
public class PropertyEvaluationException
- extends NodeInstantiationException
An error that occurred while evaluating the configuration
expression for a property of a Seedling node.
- See Also:
- Serialized Form
PropertyEvaluationException
public PropertyEvaluationException(NodeLocation location,
String property,
String reason)
PropertyEvaluationException
public PropertyEvaluationException(NodeLocation location,
String property,
Throwable cause)
getProperty
public String getProperty()
getMessage
public String getMessage()
- Overrides:
getMessage
in class NodeInstantiationException
Copyright © 2001–2012
Todd V. Jonker. All Rights Reserved.