1.00.2
C++ Simulation-Oriented Discrete Event Management Library
SEVMGR_Exceptions.hpp
Go to the documentation of this file.
1
#ifndef __SEVMGR_SEVMGR_EXCEPTIONS_HPP
2
#define __SEVMGR_SEVMGR_EXCEPTIONS_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <exception>
9
// StdAir
10
#include <stdair/stdair_exceptions.hpp>
11
12
namespace
SEVMGR
{
13
14
// ///////// Exceptions ///////////
18
class
SEvMgrException
:
public
stdair::RootException {
19
public
:
23
SEvMgrException
(
const
std::string& iWhat)
24
:
stdair
::RootException (iWhat) {}
25
};
26
28
class
EventQueueException
:
public
SEvMgrException
{
29
public
:
31
EventQueueException
(
const
std::string& iWhat) :
SEvMgrException
(iWhat) {}
32
};
33
34
35
}
36
#endif // __SEVMGR_SEVMGR_EXCEPTIONS_HPP
37
stdair
Forward declarations.
Definition:
EventQueue.hpp:23
SEVMGR::SEvMgrException::SEvMgrException
SEvMgrException(const std::string &iWhat)
Definition:
SEVMGR_Exceptions.hpp:23
SEVMGR::EventQueueException::EventQueueException
EventQueueException(const std::string &iWhat)
Definition:
SEVMGR_Exceptions.hpp:31
SEVMGR::SEvMgrException
Definition:
SEVMGR_Exceptions.hpp:18
SEVMGR
Definition:
BasConst.cpp:10
SEVMGR::EventQueueException
Definition:
SEVMGR_Exceptions.hpp:28
Generated on Mon Feb 27 2017 07:59:14 for SEvMgr by
1.8.13