consciouscode.seedling.config
Class PropertyEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by consciouscode.seedling.SeedlingException
              extended by consciouscode.seedling.NodeProvisioningException
                  extended by consciouscode.seedling.NodeInstantiationException
                      extended by 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

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

PropertyEvaluationException

public PropertyEvaluationException(NodeLocation location,
                                   String property,
                                   String reason)

PropertyEvaluationException

public PropertyEvaluationException(NodeLocation location,
                                   String property,
                                   Throwable cause)
Method Detail

getProperty

public String getProperty()

getMessage

public String getMessage()
Overrides:
getMessage in class NodeInstantiationException


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.