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.
casacore::ArraySlicerError::ArraySlicerError | ( | Category | c = GENERAL |
) |
Initialize with the message "Slicer error.".
Initialize with ArraySlicerError plus the supplied message.
casacore::ArraySlicerError::~ArraySlicerError | ( | ) | throw () |