| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 392 |
|
AIPS++ has its own exception mechanism. Exceptions can be thrown and caught. Objects created on the heap are cleaned up after properly.
AipsError is the base class for all of the AIPS++ error classes. Because all of the errors have a common base class, any error can be caught with a single catch statement.
This class has a string which allows error messages to be propagated.