casacore
|
An error thrown by an Slicer member function. More...
#include <ArrayError.h>
Public Member Functions | |
ArraySlicerError () | |
Initialize with the message "Slicer error.". More... | |
ArraySlicerError (const std::string &m) | |
Initialize with ArraySlicerError plus the supplied message. More... | |
~ArraySlicerError () noexcept | |
Public Member Functions inherited from casacore::ArrayError | |
ArrayError () | |
Initialize with the message "ArrayError". More... | |
ArrayError (const char *m) | |
Initialize with the supplied message. More... | |
ArrayError (const std::string &m) | |
Initialize with the supplied message. More... | |
~ArrayError () noexcept | |
An error thrown by an Slicer member function.
An ArraySlicerError is thrown by an Slicer member function.
Definition at line 195 of file ArrayError.h.
casacore::ArraySlicerError::ArraySlicerError | ( | ) |
Initialize with the message "Slicer error.".
casacore::ArraySlicerError::ArraySlicerError | ( | const std::string & | m | ) |
Initialize with ArraySlicerError plus the supplied message.
|
noexcept |