| 
    casacore
    
   | 
 
The base class for all Array exception classes. More...
#include <ArrayError.h>
  
 Public Member Functions | |
| 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 | |
The base class for all Array exception classes.
ArrayError is the base class for all the Array-specific exception classes, i.e. if it is caught you will catch (through inheritance) all Array-specific exceptions. Note that (presently, anyway) the Array classes will throw a few non-Array exceptions.
Definition at line 59 of file ArrayError.h.
| casacore::ArrayError::ArrayError | ( | ) | 
Initialize with the message "ArrayError".
| casacore::ArrayError::ArrayError | ( | const char * | m | ) | 
Initialize with the supplied message.
| casacore::ArrayError::ArrayError | ( | const std::string & | m | ) | 
Initialize with the supplied message.
      
  | 
  noexcept | 
 1.8.5