OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
Classic
Utilities
FormatError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: FormatError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: FormatError
10
// Format error in Tps/Vps read.
11
// Format error in Tps/Vps read.
12
//
13
// ------------------------------------------------------------------------
14
// Class category: Utilities
15
// ------------------------------------------------------------------------
16
//
17
// $Date: 2000/03/27 09:32:38 $
18
// $Author: fci $
19
//
20
// ------------------------------------------------------------------------
21
22
#include "
Utilities/FormatError.h
"
23
24
25
// Class FormatError
26
// ------------------------------------------------------------------------
27
28
29
FormatError::FormatError
(
const
std::string &meth,
const
std::string &msg):
30
ClassicException
(meth, msg)
31
{}
32
33
34
FormatError::FormatError
(
const
FormatError
&rhs):
35
ClassicException
(rhs)
36
{}
37
38
39
FormatError::~FormatError
()
40
{}
FormatError.h
ClassicException
The abstract base class for all exceptions in CLASSIC.
Definition:
ClassicException.h:29
FormatError
Format error exception.
Definition:
FormatError.h:32
FormatError::FormatError
FormatError()
FormatError::~FormatError
virtual ~FormatError()
Definition:
FormatError.cpp:39
Generated on Wed Aug 25 2021 16:41:03 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1