Jpp
17.0.0-rc.1
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JTrigger
JTriggerException.hh
Go to the documentation of this file.
1
#ifndef __JTRIGGER__JTRIGGEREXCEPTION__
2
#define __JTRIGGER__JTRIGGEREXCEPTION__
3
4
#include <string>
5
6
#include "
JLang/JException.hh
"
7
8
/**
9
* \author mdejong
10
*/
11
12
namespace
JTRIGGER {}
13
namespace
JPP {
using namespace
JTRIGGER; }
14
15
namespace
JTRIGGER {
16
17
using
JLANG::JException
;
18
19
20
/**
21
* General exception
22
*/
23
class
JTriggerException
:
24
public
JException
25
{
26
public
:
27
/**
28
* Constructor.
29
*
30
* \param error error message
31
*/
32
JTriggerException
(
const
std::string& error) :
33
JException
(error)
34
{}
35
};
36
}
37
38
#endif
JLANG::JException
General exception.
Definition:
JException.hh:23
JException.hh
Exceptions.
JTRIGGER::JTriggerException
General exception.
Definition:
JTriggerException.hh:23
JTRIGGER::JTriggerException::JTriggerException
JTriggerException(const std::string &error)
Constructor.
Definition:
JTriggerException.hh:32
Generated by
1.8.5