casa
$Rev:20696$
|
Go to the source code of this file.
Classes | |
class | casa::AipsError |
Base class for all AIPS++ library errors. More... | |
class | casa::AllocError |
Allocation errors. More... | |
class | casa::IndexError |
Base class for all indexing errors. More... | |
class | casa::indexError< t > |
Index errors returning the bad index. More... | |
class | casa::DuplError |
Duplicate key errors. More... | |
class | casa::duplError< t > |
Duplicate key errors where the bad key is returned. More... | |
class | casa::SystemCallError |
Exception for an error in a system call. More... | |
class | casa::AbortError |
Exception which halts execution. More... | |
Namespaces | |
namespace | casa |
this file contains all the compiler specific defines | |
Defines | |
#define | CASATHROW(exc, arg) |
Throw an exception with a string composed of various arguments. | |
#define | RETHROW(X) |
#define CASATHROW | ( | exc, | |
arg | |||
) |