#include <FinleyAdapterException.h>
Public Member Functions | |
FinleyAdapterException () | |
Default constructor for the exception. | |
FinleyAdapterException (const char *cstr) | |
Constructor for the exception. | |
FinleyAdapterException (const std::string &str) | |
Constructor for the exception. | |
FinleyAdapterException (const FinleyAdapterException &other) | |
Copy Constructor for the exception. | |
virtual | ~FinleyAdapterException () THROW(NO_ARG) |
Destructor. | |
FinleyAdapterException & | operator= (const FinleyAdapterException &other) THROW(NO_ARG) |
Assignment operator. | |
virtual const std::string & | exceptionName () const |
Returns the name of the exception. | |
Protected Types | |
typedef EsysException | Parent |
Static Private Attributes | |
static const std::string | exceptionNameValue |
Description: FinleyAdapterException exception class. The class provides a public function returning the exception name
typedef EsysException finley::FinleyAdapterException::Parent [protected] |
Reimplemented from esysUtils::EsysException.
finley::FinleyAdapterException::FinleyAdapterException | ( | ) | [inline] |
finley::FinleyAdapterException::FinleyAdapterException | ( | const char * | cstr | ) | [inline] |
finley::FinleyAdapterException::FinleyAdapterException | ( | const std::string & | str | ) | [inline] |
finley::FinleyAdapterException::FinleyAdapterException | ( | const FinleyAdapterException & | other | ) | [inline] |
virtual finley::FinleyAdapterException::~FinleyAdapterException | ( | ) | [inline, virtual] |
Destructor.
FinleyAdapterException& finley::FinleyAdapterException::operator= | ( | const FinleyAdapterException & | other | ) | [inline] |
const std::string & FinleyAdapterException::exceptionName | ( | ) | const [virtual] |
Returns the name of the exception.
Reimplemented from esysUtils::EsysException.
References exceptionNameValue.
const std::string FinleyAdapterException::exceptionNameValue [static, private] |