OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
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
23
24// Class FormatError
25// ------------------------------------------------------------------------
26
27FormatError::FormatError(const std::string& meth, const std::string& msg)
28 : OpalException(meth, msg) {}
29
31
Format error exception.
Definition FormatError.h:32
virtual ~FormatError()