C++ main module for stochmagnet Package
1.0
include
stochmagnet
core
SM_Exception.h
Go to the documentation of this file.
1
#ifndef SM_Exception_H
2
#define SM_Exception_H
3
4
#include "
CORE_Exception.h
"
5
6
7
14
class
SM_Exception
:
public
CORE_Exception
{
15
16
17
18
private
:
19
// ATTRIBUTES
20
21
// ASSOCIATIONS
22
23
// METHODS
24
25
26
public
:
27
// CONSTRUCTORS
29
SM_Exception
();
30
31
SM_Exception
(
const
tString
& where,
32
const
tString
& what);
33
SM_Exception
(
const
tString
& module,
34
const
tString
& method,
35
const
tString
& what);
36
SM_Exception
(
const
tString
& assertion,
37
const
tString
& file,
38
const
tNaturalInteger
& line,
39
const
tString
&
function
);
40
SM_Exception
(
const
tString
& module,
41
const
tString
& assertion,
42
const
tString
& file,
43
const
tNaturalInteger
& line,
44
const
tString
&
function
);
45
// DESTRUCTORS
46
47
48
};
49
#endif
CORE_Exception.h
CORE_Exception
this class describes the exceptions raised for CORE package
Definition:
CORE_Exception.h:17
SM_Exception
this class describes the exceptions raised for SM package
Definition:
SM_Exception.h:14
SM_Exception::SM_Exception
SM_Exception()
build a matrix
Definition:
SM_Exception.cpp:4
tNaturalInteger
#define tNaturalInteger
Definition:
types.h:143
tString
#define tString
Definition:
types.h:147
Generated on Wed Mar 8 2023 09:58:11 for C++ main module for stochmagnet Package by
1.9.1