Class ImpossiblePathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.nabdev.pathfinding.structures.ImpossiblePathException
All Implemented Interfaces:
Serializable

public class ImpossiblePathException extends Exception
An exception that is thrown when a path is impossible to find for various reasons.
See Also:
  • Constructor Details

    • ImpossiblePathException

      public ImpossiblePathException(String message)
      Creates a new ImpossiblePathException with the given message.
      Parameters:
      message - The message to be displayed when the exception is thrown.