|
qHexWalker 0.0.1
Hexagonal Grid Pathfinding & Maze Visualization on Interactive Maps
|
Exception class for pathfinding errors. More...
#include <pathfindingErrors.h>
Inheritance diagram for PathfindingException:
Collaboration diagram for PathfindingException:Public Member Functions | |
| PathfindingException (const PathfindingError error) | |
| PathfindingError | errorCode () const noexcept |
Private Attributes | |
| PathfindingError | errorCode_ |
Exception class for pathfinding errors.
Wraps PathfindingError enum for exception-based error handling.
Definition at line 75 of file pathfindingErrors.h.
|
inlineexplicit |
Definition at line 77 of file pathfindingErrors.h.
|
inlinenoexcept |
Definition at line 80 of file pathfindingErrors.h.
References errorCode_.
|
private |
Definition at line 83 of file pathfindingErrors.h.
Referenced by errorCode().