C++ main module for emicrom Package
1.0
include
emicrom
core
EMM_Exception.h
Go to the documentation of this file.
1
#ifndef EMM_Exception_H
2
#define EMM_Exception_H
3
4
#include "
CORE_Exception.h
"
5
6
7
14
class
EMM_Exception
:
public
CORE_Exception
{
15
16
17
18
19
private
:
20
// ATTRIBUTES
21
22
// ASSOCIATIONS
23
24
// METHODS
25
26
27
public
:
28
// CONSTRUCTORS
30
EMM_Exception
();
31
32
EMM_Exception
(
const
tString
& where,
33
const
tString
& what);
34
EMM_Exception
(
const
tString
& module,
35
const
tString
& method,
36
const
tString
& what);
37
EMM_Exception
(
const
tString
& assertion,
38
const
tString
& file,
39
const
tUInteger
& line,
40
const
tString
&
function
);
41
EMM_Exception
(
const
tString
& module,
42
const
tString
& assertion,
43
const
tString
& file,
44
const
tUInteger
& line,
45
const
tString
&
function
);
46
// DESTRUCTORS
47
48
49
};
50
#endif
CORE_Exception.h
tUInteger
#define tUInteger
Definition:
types.h:91
CORE_Exception
this class describes the exceptions raised for CORE package
Definition:
CORE_Exception.h:15
tString
#define tString
Definition:
types.h:135
EMM_Exception
this class describes the exceptions raised for E-MicromM package
Definition:
EMM_Exception.h:14
EMM_Exception::EMM_Exception
EMM_Exception()
build a matrix
Definition:
EMM_Exception.cpp:4
Generated on Mon May 3 2021 14:50:21 for C++ main module for emicrom Package by
1.8.13