OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
SDDSParserException.h
Go to the documentation of this file.
1
//
2
// Class SDDSParserException
3
//
4
// Copyright (c) 2018, Christof Metzger-Kraus, Open Sourcerer
5
// All rights reserved
6
//
7
// This file is part of OPAL.
8
//
9
// OPAL is free software: you can redistribute it and/or modify
10
// it under the terms of the GNU General Public License as published by
11
// the Free Software Foundation, either version 3 of the License, or
12
// (at your option) any later version.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with OPAL. If not, see <https://www.gnu.org/licenses/>.
16
//
17
#ifndef __SDDSPARSEREXCEPTION_H__
18
#define __SDDSPARSEREXCEPTION_H__
19
20
#include "
Utilities/OpalException.h
"
21
22
class
SDDSParserException
:
public
OpalException
{
23
public
:
24
SDDSParserException
(
const
std::string& meth,
const
std::string& descr)
25
:
OpalException
(meth, descr) {}
26
};
27
28
#endif
OpalException.h
OpalException
Definition
OpalException.h:30
SDDSParserException
Definition
SDDSParserException.h:22
SDDSParserException::SDDSParserException
SDDSParserException(const std::string &meth, const std::string &descr)
Definition
SDDSParserException.h:24
src
Utilities
SDDSParser
SDDSParserException.h
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8