| 
    casacore
    
   | 
 
#include <MSSelectionErrorHandler.h>
  
 Public Member Functions | |
| MSSelectionLogError () | |
| virtual MSSelectionLogError * | clone () | 
| virtual | ~MSSelectionLogError () | 
| virtual 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 () | 
| virtual void | reportError (const char *token, const String source=String("")) | 
| virtual String | constructMessage () | 
| 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 | 
The handleError() method is overloaded to send the accumulated error messages to the LogIO object as warning messages.
Definition at line 95 of file MSSelectionErrorHandler.h.
      
  | 
  inline | 
Definition at line 98 of file MSSelectionErrorHandler.h.
Referenced by clone().
      
  | 
  inlinevirtual | 
Definition at line 100 of file MSSelectionErrorHandler.h.
      
  | 
  inlinevirtual | 
Reimplemented from casacore::MSSelectionErrorHandler.
Definition at line 99 of file MSSelectionErrorHandler.h.
References MSSelectionLogError().
      
  | 
  inlinevirtual | 
Reimplemented from casacore::MSSelectionErrorHandler.
Definition at line 101 of file MSSelectionErrorHandler.h.
References casacore::MSSelectionError::addMessage(), casacore::MSSelectionErrorHandler::constructMessage(), casacore::AipsError::getMesg(), casacore::MSSelectionErrorHandler::messageList, and casacore::LogIO::WARN.
 1.8.5