casacore
|
#include <MSSSpwErrorHandler.h>
Public Member Functions | |
MSSSpwErrorHandler () | |
The default constructor generates the message "Table error". More... | |
virtual | ~MSSSpwErrorHandler () |
String | constructMessage () |
void | handleError (MSSelectionError &mssErrorType) |
Public Member Functions inherited from casacore::MSSelectionErrorHandler | |
MSSelectionErrorHandler () | |
The default constructor generates the message "Table error". More... | |
MSSelectionErrorHandler (const MSSelectionErrorHandler &that) | |
MSSelectionErrorHandler & | operator= (const MSSelectionErrorHandler &that) |
virtual MSSelectionErrorHandler * | clone () |
virtual | ~MSSelectionErrorHandler () |
virtual void | reportError (const char *token, const String source=String("")) |
virtual void | reset () |
const std::vector< String > & | getMessages () const |
Int | nMessages () const |
Additional Inherited Members | |
Protected Attributes inherited from casacore::MSSelectionErrorHandler | |
std::vector< String > | tokenList |
std::vector< String > | messageList |
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.
|
inline |
The default constructor generates the message "Table error".
Definition at line 63 of file MSSSpwErrorHandler.h.
|
inlinevirtual |
Definition at line 64 of file MSSSpwErrorHandler.h.
|
virtual |
Reimplemented from casacore::MSSelectionErrorHandler.
|
virtual |
Reimplemented from casacore::MSSelectionErrorHandler.