A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
ProbableErrorException Class Reference

Thrown when reaching ridiculously large numbers during processing. More...

+ Inheritance diagram for ProbableErrorException:
+ Collaboration diagram for ProbableErrorException:

Public Member Functions

 ProbableErrorException (string msg)
 

Detailed Description

Thrown when reaching ridiculously large numbers during processing.

Used to avoid crashing when something has got stuck in a large or infinite loop. This exception does not guarantee that there was an error, but the constants have been set very high, so there is a great risk that something went wrong.


The documentation for this class was generated from the following file: