public final class NodeNotFoundException
extends java.io.IOException
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
java.lang.String |
getMessage() |
|
java.lang.String |
getMissingChildName() |
Get the name of the missing child of the closest node.
|
public Node getClosestNode()
public java.lang.String getMissingChildName()
public int getClosestNodeDepth()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.