C++ main module for mmsd Package  1.0
LAP_Exception.h
Go to the documentation of this file.
1 #ifndef LAP_Exception_H
2 #define LAP_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  LAP_Exception();
30 
31  LAP_Exception(const tString& where,
32  const tString& what);
33  LAP_Exception(const tString& module,
34  const tString& method,
35  const tString& what);
36  LAP_Exception(const tString& assertion,
37  const tString& file,
38  const unsigned int& line,
39  const tString& function);
40  // DESTRUCTORS
41 
42 
43 };
44 #endif
this class describes the exceptions raised for LAP package
Definition: LAP_Exception.h:14
LAP_Exception()
build a matrix
Definition: LAP_Exception.cpp:4
this class describes the exceptions raised for CORE package
Definition: CORE_Exception.h:15
#define tString
Definition: types.h:49