|
||||||||||
| 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.NoSuchNodeException
public class NoSuchNodeException
Indicates that a Seedling node was requested but cannot be provided.
| Constructor Summary | |
|---|---|
NoSuchNodeException(NodeReference ref)
|
|
NoSuchNodeException(NodeReference ref,
String reason)
|
|
NoSuchNodeException(NodeReference ref,
String reason,
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 |
|---|
public NoSuchNodeException(NodeReference ref)
public NoSuchNodeException(NodeReference ref,
String reason)
public NoSuchNodeException(NodeReference ref,
String reason,
Throwable cause)
| Method Detail |
|---|
public String getMessage()
getMessage in class NodeInstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||