|
MATSIM
|

Public Member Functions | |
| ReplanningException () | |
| ReplanningException (String msg) | |
For example when activity to be replanned is in the past. So that BDI code can catch this separately from other exceptions and possibly react to it.
Definition at line 30 of file ReplanningException.java.
| org.matsim.withinday.utils.ReplanningException.ReplanningException | ( | ) |
Definition at line 31 of file ReplanningException.java.
| org.matsim.withinday.utils.ReplanningException.ReplanningException | ( | String | msg | ) |
Definition at line 34 of file ReplanningException.java.
1.8.13