escript
Revision_
|
RipleyException exception class. More...
#include <RipleyException.h>
Public Member Functions | |
RipleyException () | |
Default constructor for the exception. | |
RipleyException (const char *cstr) | |
Constructor with message. | |
RipleyException (const std::string &str) | |
Constructor with message. | |
RipleyException (const RipleyException &other) | |
Copy Constructor. | |
virtual | ~RipleyException () THROW(NO_ARG) |
Destructor. | |
RipleyException & | operator= (const RipleyException &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 |
RipleyException exception class.
typedef EsysException ripley::RipleyException::Parent [protected] |
Reimplemented from esysUtils::EsysException.
ripley::RipleyException::RipleyException | ( | ) | [inline] |
Default constructor for the exception.
ripley::RipleyException::RipleyException | ( | const char * | cstr | ) | [inline] |
Constructor with message.
ripley::RipleyException::RipleyException | ( | const std::string & | str | ) | [inline] |
Constructor with message.
ripley::RipleyException::RipleyException | ( | const RipleyException & | other | ) | [inline] |
Copy Constructor.
virtual ripley::RipleyException::~RipleyException | ( | ) | [inline, virtual] |
Destructor.
const std::string & ripley::RipleyException::exceptionName | ( | ) | const [virtual] |
Returns the name of the exception.
Reimplemented from esysUtils::EsysException.
References exceptionNameValue.
RipleyException& ripley::RipleyException::operator= | ( | const RipleyException & | other | ) | [inline] |
Assignment operator.
const std::string ripley::RipleyException::exceptionNameValue [static, private] |
Reimplemented from esysUtils::EsysException.
Referenced by exceptionName().