|
org.openide.nodes 6.7.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.openide.nodes.NodeNotFoundException
public final class NodeNotFoundException
Exception indicating that a node could not be found while traversing a path from the root.
Method Summary | |
---|---|
Node |
getClosestNode()
Get the closest node to the target that was able to be found. |
int |
getClosestNodeDepth()
Getter for the depth of the closest node found. |
String |
getMissingChildName()
Get the name of the missing child of the closest node. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Node getClosestNode()
public String getMissingChildName()
public int getClosestNodeDepth()
|
org.openide.nodes 6.7.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |