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

An error thrown by an ArrayIterator. More...

#include <ArrayError.h>

Inheritance diagram for casacore::ArrayIteratorError:
casacore::ArrayError

Public Member Functions

 ArrayIteratorError ()
 Initialize with the message "ArrayIteratorError. More...
 
 ArrayIteratorError (const char *m)
 Initialize with the supplied message. More...
 
 ArrayIteratorError (const std::string &m)
 Initialize with the supplied message. More...
 
 ~ArrayIteratorError () 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 ArrayIterator.

Review Status

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

An ArrayIteratorError is thrown by an array iterator or related class (e.g. VectorIterator).

Definition at line 177 of file ArrayError.h.

Constructor & Destructor Documentation

casacore::ArrayIteratorError::ArrayIteratorError ( )

Initialize with the message "ArrayIteratorError.

casacore::ArrayIteratorError::ArrayIteratorError ( const char *  m)

Initialize with the supplied message.

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

Initialize with the supplied message.

casacore::ArrayIteratorError::~ArrayIteratorError ( )
noexcept

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