casacore
Loading...
Searching...
No Matches
MSSSpwErrorHandler.h
Go to the documentation of this file.
1//# MSSpwErrorHandler.h: Error handler class for SPW parser
2//# Copyright (C) 1994,1995,1996,1997,1999,2000
3//# Associated Universities, Inc. Washington DC, USA.
4//#
5//# This library is free software; you can redistribute it and/or modify it
6//# under the terms of the GNU Library General Public License as published by
7//# the Free Software Foundation; either version 2 of the License, or (at your
8//# option) any later version.
9//#
10//# This library is distributed in the hope that it will be useful, but WITHOUT
11//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13//# License for more details.
14//#
15//# You should have received a copy of the GNU Library General Public License
16//# along with this library; if not, write to the Free Software Foundation,
17//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18//#
19//# Correspondence concerning AIPS++ should be addressed as follows:
20//# Internet email: casa-feedback@nrao.edu.
21//# Postal address: AIPS++ Project Office
22//# National Radio Astronomy Observatory
23//# 520 Edgemont Road
24//# Charlottesville, VA 22903-2475 USA
25
26#ifndef MS_MSSPWERRORHANDLER_H
27#define MS_MSSPWERRORHANDLER_H
28
29//# Includes
30#include <casacore/casa/aips.h>
31#include <casacore/casa/Logging/LogIO.h>
32#include <casacore/casa/Exceptions/Error.h>
33#include <casacore/ms/MSSel/MSSelectionErrorHandler.h>
34#include <casacore/ms/MSSel/MSSelectionErrorHandler.h>
35#include <vector>
36
37namespace casacore { //# NAMESPACE CASACORE - BEGIN
38
39 //# This header file defines the error handler class for the
40 //# SPW parser in MSSelection module
41
42
43 // <summary>
44 // </summary>
45 // <use visibility=export>
46 // <reviewed reviewer="UNKNOWN" date="" tests="">
47 // </reviewed>
48
49 // <synopsis>
50 //
51 // Specialization of the MSSelectionErrorHandler for SPW parser.
52 // The constructMessage() and handleError() methods are specialized
53 // here.
54 //
55 //</synopsis>
56
58 {
59 public:
60 // The default constructor generates the message "Table error".
62 virtual ~MSSSpwErrorHandler () {};
63
65 void handleError(MSSelectionError& mssErrorType) ;
66 };
67} //# NAMESPACE CASACORE - END
68
69
70#endif
void handleError(MSSelectionError &mssErrorType)
MSSSpwErrorHandler()
The default constructor generates the message "Table error".
String: the storage and methods of handling collections of characters.
Definition String.h:223
this file contains all the compiler specific defines
Definition mainpage.dox:28