General exception class.
More...
#include <astra_exception.h>
General exception class.
- Author
- Suat Gedikli
- Date
- 02.january 2011
Definition at line 58 of file astra_exception.h.
astra_wrapper::AstraException::AstraException |
( |
const std::string & |
function_name, |
|
|
const std::string & |
file_name, |
|
|
unsigned |
line_number, |
|
|
const std::string & |
message |
|
) |
| |
astra_wrapper::AstraException::~AstraException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
const std::string & astra_wrapper::AstraException::getFileName |
( |
| ) |
const |
const std::string & astra_wrapper::AstraException::getFunctionName |
( |
| ) |
const |
unsigned astra_wrapper::AstraException::getLineNumber |
( |
| ) |
const |
const char * astra_wrapper::AstraException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
std::string astra_wrapper::AstraException::file_name_ |
|
protected |
std::string astra_wrapper::AstraException::function_name_ |
|
protected |
unsigned astra_wrapper::AstraException::line_number_ |
|
protected |
std::string astra_wrapper::AstraException::message_ |
|
protected |
std::string astra_wrapper::AstraException::message_long_ |
|
protected |
The documentation for this class was generated from the following files: