C++ main module for stochmagnet Package  1.0
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 
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
this class describes the exceptions raised for CORE package
Definition: CORE_Exception.h:17
this class describes the exceptions raised for SM package
Definition: SM_Exception.h:14
SM_Exception()
build a matrix
Definition: SM_Exception.cpp:4
#define tNaturalInteger
Definition: types.h:143
#define tString
Definition: types.h:147