#include <CalculationException.h>
Public Member Functions | |
| CalculationException (int errorCode, const char *message) | |
| CalculationException (const CalculationException &e) | |
| CalculationException & | operator= (const CalculationException &e) |
| virtual | ~CalculationException (void) |
| virtual const char * | what (void) const throw () |
| int | getErrorCode (void) const |
Private Attributes | |
| int | errorCode |
| const char * | message |
| com::ftlabs::fisa::calc::CalculationException::CalculationException | ( | int | errorCode, | |
| const char * | message | |||
| ) |
| com::ftlabs::fisa::calc::CalculationException::CalculationException | ( | const CalculationException & | e | ) |
| virtual com::ftlabs::fisa::calc::CalculationException::~CalculationException | ( | void | ) | [virtual] |
| CalculationException& com::ftlabs::fisa::calc::CalculationException::operator= | ( | const CalculationException & | e | ) |
| virtual const char* com::ftlabs::fisa::calc::CalculationException::what | ( | void | ) | const throw () [virtual] |
| int com::ftlabs::fisa::calc::CalculationException::getErrorCode | ( | void | ) | const |
int com::ftlabs::fisa::calc::CalculationException::errorCode [private] |
const char* com::ftlabs::fisa::calc::CalculationException::message [private] |
1.5.2