consciouscode.seedling
Class NodeInstantiationException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChildExistsException, NoSuchNodeException, PropertyEvaluationException, ServiceException

public class NodeInstantiationException
extends NodeProvisioningException

Class documentation.

See Also:
Serialized Form

Constructor Summary
NodeInstantiationException(NodeReference location, String reason)
           
NodeInstantiationException(NodeReference location, String reason, Throwable cause)
           
NodeInstantiationException(NodeReference location, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
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

NodeInstantiationException

public NodeInstantiationException(NodeReference location,
                                  String reason,
                                  Throwable cause)

NodeInstantiationException

public NodeInstantiationException(NodeReference location,
                                  String reason)

NodeInstantiationException

public NodeInstantiationException(NodeReference location,
                                  Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class SeedlingException


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