OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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 the OPALX parser.
11
//
12
// ------------------------------------------------------------------------
13
// Class category: Utilities
14
// ------------------------------------------------------------------------
15
//
16
// $Date: 2000/03/27 09:32:38 $
17
// $Author: fci $
18
//
19
// ------------------------------------------------------------------------
20
21
#include "
Utilities/ParseError.h
"
22
23
// Class ParseError
24
// ------------------------------------------------------------------------
25
26
ParseError::ParseError
(
const
std::string& meth,
const
std::string& msg)
27
:
OpalException
(meth, msg) {}
28
29
ParseError::ParseError
(
const
ParseError
& rhs) :
OpalException
(rhs) {}
30
31
ParseError::~ParseError
() {}
ParseError.h
OpalException
Definition
OpalException.h:30
ParseError
Parse exception.
Definition
ParseError.h:31
ParseError::ParseError
ParseError()
ParseError::~ParseError
virtual ~ParseError()
Definition
ParseError.cpp:31
src
Utilities
ParseError.cpp
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8