Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 392
News FAQ
Search Home


next up previous
Next: Program Interface Up: Basics Previous: RTTI

Exceptions.

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.


next up previous
Next: Program Interface Up: Basics Previous: RTTI
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2004-01-31