casa
$Rev:20696$
|
An error thrown by an Slicer member function. More...
#include <ArrayError.h>
Public Member Functions | |
ArraySlicerError (Category c=GENERAL) | |
Initialize with the message "Slicer error.". | |
ArraySlicerError (const String &m, Category c=GENERAL) | |
Initialize with ArraySlicerError plus the supplied message. | |
~ArraySlicerError () throw () |
An error thrown by an Slicer member function.
An ArraySlicerError is thrown by an Slicer member function.
Definition at line 194 of file ArrayError.h.
Initialize with the message "Slicer error.".
casa::ArraySlicerError::ArraySlicerError | ( | const String & | m, |
Category | c = GENERAL |
||
) |
Initialize with ArraySlicerError plus the supplied message.
casa::ArraySlicerError::~ArraySlicerError | ( | ) | throw () |