#include <MSSSpwErrorHandler.h>
Public Member Functions | |
MSSSpwErrorHandler () | |
The default constructor generates the message "Table error". | |
virtual | ~MSSSpwErrorHandler () |
String | constructMessage () |
void | handleError (MSSelectionError &mssErrorType) |
Public interface
Specialization of the MSSelectionErrorHandler for SPW parser. The constructMessage() and handleError() methods are specialized here.
Definition at line 59 of file MSSSpwErrorHandler.h.
casacore::MSSSpwErrorHandler::MSSSpwErrorHandler | ( | ) | [inline] |
The default constructor generates the message "Table error".
Definition at line 63 of file MSSSpwErrorHandler.h.
virtual casacore::MSSSpwErrorHandler::~MSSSpwErrorHandler | ( | ) | [inline, virtual] |
Definition at line 64 of file MSSSpwErrorHandler.h.
String casacore::MSSSpwErrorHandler::constructMessage | ( | ) | [virtual] |
Reimplemented from casacore::MSSelectionErrorHandler.
void casacore::MSSSpwErrorHandler::handleError | ( | MSSelectionError & | mssErrorType | ) | [virtual] |
Reimplemented from casacore::MSSelectionErrorHandler.