public final class NodeNotFoundException extends IOException
Modifier and Type | Method and 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.
|
String |
getMessage() |
String |
getMissingChildName()
Get the name of the missing child of the closest node.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Node getClosestNode()
public String getMissingChildName()
public int getClosestNodeDepth()
public String getMessage()
getMessage
in class Throwable