Serializable
public final class NodeNotFoundException extends 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.
|
String |
getMessage() |
|
String |
getMissingChildName() |
Get the name of the missing child of the closest node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.