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.
◆ AstraException()
astra_wrapper::AstraException::AstraException |
( |
const std::string & |
function_name, |
|
|
const std::string & |
file_name, |
|
|
unsigned |
line_number, |
|
|
const std::string & |
message |
|
) |
| |
◆ ~AstraException()
astra_wrapper::AstraException::~AstraException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
◆ getFileName()
const std::string & astra_wrapper::AstraException::getFileName |
( |
| ) |
const |
◆ getFunctionName()
const std::string & astra_wrapper::AstraException::getFunctionName |
( |
| ) |
const |
◆ getLineNumber()
unsigned astra_wrapper::AstraException::getLineNumber |
( |
| ) |
const |
◆ operator=()
◆ what()
const char * astra_wrapper::AstraException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
◆ file_name_
std::string astra_wrapper::AstraException::file_name_ |
|
protected |
◆ function_name_
std::string astra_wrapper::AstraException::function_name_ |
|
protected |
◆ line_number_
unsigned astra_wrapper::AstraException::line_number_ |
|
protected |
◆ message_
std::string astra_wrapper::AstraException::message_ |
|
protected |
◆ message_long_
std::string astra_wrapper::AstraException::message_long_ |
|
protected |
The documentation for this class was generated from the following files: