|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
consciouscode.seedling.SeedlingException
consciouscode.seedling.NodeProvisioningException
consciouscode.seedling.NodeInstantiationException
consciouscode.seedling.config.PropertyEvaluationException
public class PropertyEvaluationException
An error that occurred while evaluating the configuration expression for a property of a Seedling node.
| Constructor Summary | |
|---|---|
PropertyEvaluationException(NodeLocation location,
String property,
String reason)
|
|
PropertyEvaluationException(NodeLocation location,
String property,
Throwable cause)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
String |
getProperty()
|
| Methods inherited from class consciouscode.seedling.NodeProvisioningException |
|---|
getLocalPath, getNodeReference |
| Methods inherited from class consciouscode.seedling.SeedlingException |
|---|
getReason, renderReasonAndCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyEvaluationException(NodeLocation location,
String property,
String reason)
public PropertyEvaluationException(NodeLocation location,
String property,
Throwable cause)
| Method Detail |
|---|
public String getProperty()
public String getMessage()
getMessage in class NodeInstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||