Re: exception handling
Herman Bruyninckx <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Message-ID | <Pine.LNX.4.44.0203051132060.7145-100000@pc25-213.mech.kuleuven.ac.be> |
On Tue, 5 Mar 2002, Cezary Zielinski wrote: > Could someone please explain to me why exceptions cannot be handled > by realtime parts? Because exception handling is not deterministic in C++ or Java: you cannot predict how long it will take before your exception gets handled. Herman