C++ main module for emicrom Package  1.0
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 
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
#define tUInteger
Definition: types.h:91
this class describes the exceptions raised for CORE package
Definition: CORE_Exception.h:15
#define tString
Definition: types.h:135
this class describes the exceptions raised for E-MicromM package
Definition: EMM_Exception.h:14
EMM_Exception()
build a matrix
Definition: EMM_Exception.cpp:4