C++ main module for mmsd Package
1.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
include
math
linalg
core
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
14
class
LAP_Exception
:
public
CORE_Exception
{
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
LAP_Exception
this class describes the exceptions raised for LAP package
Definition:
LAP_Exception.h:14
CORE_Exception.h
LAP_Exception::LAP_Exception
LAP_Exception()
build a matrix
Definition:
LAP_Exception.cpp:4
CORE_Exception
this class describes the exceptions raised for CORE package
Definition:
CORE_Exception.h:15
tString
#define tString
Definition:
types.h:49
Generated on Mon Sep 24 2018 11:48:55 for C++ main module for mmsd Package by
1.8.8