#include <MSSelectionErrorHandler.h>
Public Member Functions | |
MSSelectionLogError () | |
virtual MSSelectionLogError * | clone () |
virtual | ~MSSelectionLogError () |
virtual void | handleError (MSSelectionError &mssErrorType) |
The handleError() method is overloaded to send the accumulated error messages to the LogIO object as warning messages.
Definition at line 96 of file MSSelectionErrorHandler.h.
casacore::MSSelectionLogError::MSSelectionLogError | ( | ) | [inline] |
Definition at line 99 of file MSSelectionErrorHandler.h.
Referenced by clone().
virtual casacore::MSSelectionLogError::~MSSelectionLogError | ( | ) | [inline, virtual] |
Definition at line 101 of file MSSelectionErrorHandler.h.
virtual MSSelectionLogError* casacore::MSSelectionLogError::clone | ( | ) | [inline, virtual] |
Reimplemented from casacore::MSSelectionErrorHandler.
Definition at line 100 of file MSSelectionErrorHandler.h.
References MSSelectionLogError().
virtual void casacore::MSSelectionLogError::handleError | ( | MSSelectionError & | mssErrorType | ) | [inline, virtual] |
Reimplemented from casacore::MSSelectionErrorHandler.
Definition at line 102 of file MSSelectionErrorHandler.h.
References casacore::MSSelectionError::addMessage(), casacore::MSSelectionErrorHandler::constructMessage(), casacore::AipsError::getMesg(), casacore::MSSelectionErrorHandler::messageList, and casacore::LogIO::WARN.