Class OutOfLevelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soulfiremc.server.pathfinding.graph.OutOfLevelException
All Implemented Interfaces:
Serializable

public final class OutOfLevelException extends RuntimeException
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 Details

    • OutOfLevelException

      public OutOfLevelException()