An exception
Base class for all kinds of errors and warnings within the library. These exceptions will be created and then trown by objects, they should be catched, handled and neatly disposed of.
- catch(ExceptionA* Exception)
- {
- Exception->Handle();
- delete Exception;
- }
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de