|
||||||||||
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.config.ConfigurationException
public class ConfigurationException
An error encountered when processing a configuration resource.
Constructor Summary | |
---|---|
ConfigurationException(NodeReference nodeRef,
String resourceIdentifier,
String reason)
|
|
ConfigurationException(NodeReference nodeRef,
String resourceIdentifier,
String reason,
Throwable cause)
|
Method Summary | |
---|---|
String |
getMessage()
|
String |
getResourceIdentifier()
|
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 ConfigurationException(NodeReference nodeRef, String resourceIdentifier, String reason)
public ConfigurationException(NodeReference nodeRef, String resourceIdentifier, String reason, Throwable cause)
Method Detail |
---|
public String getResourceIdentifier()
public String getMessage()
getMessage
in class SeedlingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |