Project: bml_realizer License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::bml::exec::SchedulerException Class Reference
Detailed DescriptionThe scheduler exception is used when a behavior attempts to sync to another behavior, but fails to do so. If the schedule can be reversed, the exception is simply a warning, but otherwise the exception shows that the schedule failed. Definition at line 47 of file SchedulerException.java. Constructor & Destructor Documentation
Throw a new Scheduler Exception which signifies that a constraint could not be satisfied.
Definition at line 73 of file SchedulerException.java. Member Data Documentation
The base sync reference which the listening was trying to sync to Definition at line 50 of file SchedulerException.java.
The listening behavior which could not listen to base Definition at line 52 of file SchedulerException.java.
True if this is just a warning and the schedule will continue, false if this could not be fixed. Definition at line 57 of file SchedulerException.java. The documentation for this class was generated from the following file:
|