MATSIM
Public Member Functions | List of all members
org.matsim.withinday.utils.ReplanningException Class Reference
Inheritance diagram for org.matsim.withinday.utils.ReplanningException:
Inheritance graph
[legend]

Public Member Functions

 ReplanningException ()
 
 ReplanningException (String msg)
 

Detailed Description

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.

Author
kainagel

Definition at line 30 of file ReplanningException.java.

Constructor & Destructor Documentation

◆ ReplanningException() [1/2]

org.matsim.withinday.utils.ReplanningException.ReplanningException ( )

Definition at line 31 of file ReplanningException.java.

31  {
32  super() ;
33  }

◆ ReplanningException() [2/2]

org.matsim.withinday.utils.ReplanningException.ReplanningException ( String  msg)

Definition at line 34 of file ReplanningException.java.

34  {
35  super( msg ) ;
36  }

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