#include <senf/Utils/Exception.hh>
This base-class is an exception which already includes the ExceptionMixin. All SENF exceptions are derived from this class. Other user-exception may be defined by deriving from this class too.
Definition at line 178 of file Exception.hh.
Public Member Functions |
|
virtual | ~Exception () throw () |
virtual char const * | what () const throw () |
get exception description and backtrace if available |
|
Protected Member Functions |
|
Exception (std::string const &description="") |
senf::Exception:: | ||||
~Exception | () | |||
Definition at line 61 of file Exception.cc.
senf::Exception:: | ||||
Exception | ( | std::string const & |
description = ""
|
) |
Definition at line 69 of file Exception.cci.
char const * senf::Exception:: | ||||
what | () | |||
get exception description and backtrace if available
get description of the exception (message()) and backtrace information if SENF is compiled with SENF_DEBUG
Definition at line 65 of file Exception.cc.