![]() |
![]() |
#include <Exception.h>
Public Member Functions | |
noDataForRequiredTimeException (const std::string &from, const std::string &rcd, const std::string ¤t) | |
virtual | ~noDataForRequiredTimeException () throw () |
![]() | |
Exception (const std::string &message) | |
virtual | ~Exception () throw () |
![]() | |
void | append (Exception const &another) |
void | append (std::string const &more_information) |
void | append (char const *more_information) |
std::string | category () const |
Exception (Category const &category) | |
Exception (Category const &category, std::string const &message) | |
Exception (Category const &category, std::string const &message, Exception const &another) | |
Exception (Exception const &other) | |
virtual std::string | explainSelf () const |
CategoryList const & | history () const |
void | raise () |
std::string | rootCause () const |
virtual char const * | what () const throw () |
Additional Inherited Members | |
![]() | |
typedef std::string | Category |
typedef std::list< Category > | CategoryList |
Definition at line 14 of file Exception.h.
cond::noDataForRequiredTimeException::noDataForRequiredTimeException | ( | const std::string & | from, |
const std::string & | rcd, | ||
const std::string & | current | ||
) |
Definition at line 5 of file Exception.cc.
|
virtual |
Definition at line 8 of file Exception.cc.