Class OutOfLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soulfiremc.server.pathfinding.graph.OutOfLevelException
- All Implemented Interfaces:
Serializable
Exception thrown when a node is out of the render distance. The RouteFinder is supposed to catch
this exception and insert a path recalculation action and return the best path.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfLevelException
public OutOfLevelException()
-