#include <iosfwd>
#include <stdexcept>
#include <y2util/SourceCodeLocation.h>
Go to the source code of this file.
Classes | |
class | Exception |
Base class for exceptions, stores message and source code location. More... | |
Defines | |
#define | THROW(_Ex) Throw( _Ex, SOURCECODELOCATION ) |
Functions | |
template<typename _Ex> | |
void | Throw (const _Ex &exception_r, const Exception::location_type &loc_r) |
|
|
|
|