casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::ArraySlicerError Class Reference

An error thrown by an Slicer member function. More...

#include <ArrayError.h>

Inheritance diagram for casacore::ArraySlicerError:
casacore::ArrayError

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
 

Detailed Description

An error thrown by an Slicer member function.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

An ArraySlicerError is thrown by an Slicer member function.

Definition at line 195 of file ArrayError.h.

Constructor & Destructor Documentation

casacore::ArraySlicerError::ArraySlicerError ( )

Initialize with the message "Slicer error.".

casacore::ArraySlicerError::ArraySlicerError ( const std::string &  m)

Initialize with ArraySlicerError plus the supplied message.

casacore::ArraySlicerError::~ArraySlicerError ( )
noexcept

The documentation for this class was generated from the following file: