#include <senf/Utils/Exception.hh>

This class wraps an exception of type BaseException and adds functionality from senf::ExceptionMixin.
Definition at line 201 of file Exception.hh.
Public Types |
|
| typedef BaseException | Base |
Public Member Functions |
|
| WrapException (BaseException const &base) | |
| virtual | ~WrapException () throw () |
| virtual char const * | what () const throw () |
| typedef BaseException senf::WrapException< BaseException >:: | ||||
| Base | ||||
Definition at line 205 of file Exception.hh.
| senf::WrapException< BaseException >:: | ||||
| WrapException | ( | BaseException const & | base | ) |
Definition at line 46 of file Exception.cti.
| senf::WrapException< BaseException >::~ | ||||
| ~WrapException | () | |||
Definition at line 51 of file Exception.cti.
| char const * senf::WrapException< BaseException >:: | ||||
| what | () | |||
Definition at line 56 of file Exception.cti.