casacore
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ms
MSSel
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: aips2-request@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
//# $Id$
27
28
#ifndef MS_MSSPWERRORHANDLER_H
29
#define MS_MSSPWERRORHANDLER_H
30
31
//# Includes
32
#include <
casacore/casa/aips.h
>
33
#include <
casacore/casa/Logging/LogIO.h
>
34
#include <
casacore/casa/Exceptions/Error.h
>
35
#include <
casacore/ms/MSSel/MSSelectionErrorHandler.h
>
36
#include <
casacore/ms/MSSel/MSSelectionErrorHandler.h
>
37
#include <vector>
38
39
namespace
casacore {
//# NAMESPACE CASACORE - BEGIN
40
41
//# This header file defines the error handler class for the
42
//# SPW parser in MSSelection module
43
44
45
// <summary>
46
// </summary>
47
// <use visibility=export>
48
// <reviewed reviewer="UNKNOWN" date="" tests="">
49
// </reviewed>
50
51
// <synopsis>
52
//
53
// Specialization of the MSSelectionErrorHandler for SPW parser.
54
// The constructMessage() and handleError() methods are specialized
55
// here.
56
//
57
//</synopsis>
58
59
class
MSSSpwErrorHandler
:
public
MSSelectionErrorHandler
60
{
61
public
:
62
// The default constructor generates the message "Table error".
63
MSSSpwErrorHandler
():
MSSelectionErrorHandler
() {};
64
virtual
~MSSSpwErrorHandler
() {};
65
66
String
constructMessage
();
67
void
handleError
(
MSSelectionError
& mssErrorType) ;
68
};
69
}
//# NAMESPACE CASACORE - END
70
71
72
#endif
MSSelectionErrorHandler.h
casacore::MSSelectionError
Definition:
MSSelectionError.h:58
aips.h
Error.h
casacore::MSSSpwErrorHandler::~MSSSpwErrorHandler
virtual ~MSSSpwErrorHandler()
Definition:
MSSSpwErrorHandler.h:64
LogIO.h
casacore::MSSSpwErrorHandler::MSSSpwErrorHandler
MSSSpwErrorHandler()
The default constructor generates the message "Table error".
Definition:
MSSSpwErrorHandler.h:63
casacore::MSSelectionErrorHandler
Definition:
MSSelectionErrorHandler.h:62
casacore::MSSSpwErrorHandler::constructMessage
String constructMessage()
casacore::String
String: the storage and methods of handling collections of characters.
Definition:
String.h:225
casacore::MSSSpwErrorHandler
Definition:
MSSSpwErrorHandler.h:59
casacore::MSSSpwErrorHandler::handleError
void handleError(MSSelectionError &mssErrorType)
Generated by
1.8.5