#include <Exception.h>
EXL sx::Exception::Exception |
( |
string |
message, |
|
|
int |
type |
|
) |
| |
constructor
- Parameters
-
message | message about the exception |
type | of the exception |
EXL sx::Exception::Exception |
( |
string |
message | ) |
|
constructor, initializes type with 0
- Parameters
-
message | message about the exception |
EXL sx::Exception::Exception |
( |
| ) |
|
constructor, initializes message with "" and type with 0
EXL sx::Exception::Exception |
( |
const Exception & |
e | ) |
|
EXL string sx::Exception::getMessage |
( |
| ) |
const |
EXL int sx::Exception::getType |
( |
| ) |
const |
EXL void sx::Exception::setMessage |
( |
string |
message | ) |
|
EXL void sx::Exception::setType |
( |
int |
type | ) |
|
The documentation for this class was generated from the following file: