Class NoPathFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.gsi.chart.renderer.spi.hexagon.NoPathFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoPathFoundException extends java.lang.ExceptionThis exception is thrown when the pathfinding algorithm cannot find any path to the goal- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPathFoundException(java.lang.String message)
-