OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
ParseError.cpp
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2// $RCSfile: ParseError.cpp,v $
3// ------------------------------------------------------------------------
4// $Revision: 1.1.1.1 $
5// ------------------------------------------------------------------------
6// Copyright: see Copyright.readme
7// ------------------------------------------------------------------------
8//
9// Class: ParseError
10// Parse error in classic parser.
11//
12// ------------------------------------------------------------------------
13// Class category: Utilities
14// ------------------------------------------------------------------------
15//
16// $Date: 2000/03/27 09:32:38 $
17// $Author: fci $
18//
19// ------------------------------------------------------------------------
20
22
23
24// Class ParseError
25// ------------------------------------------------------------------------
26
27
28ParseError::ParseError(const std::string &meth, const std::string &msg):
29 ClassicException(meth, msg) {
30}
31
32
36
37
ClassicException(const std::string &meth, const std::string &msg)
The usual constructor.
ParseError(const std::string &meth, const std::string &msg)
The usual constructor.
virtual ~ParseError()