brainrat-private 6.0.4
stackerexcept.h File Reference
#include <stdexcept>
#include <cartobase/config/cartobase_config.h>
Include dependency graph for stackerexcept.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stacker_error
 Exceptions thrown during stacking. More...
 

Macros

#define GENERATE_STACKER_ERROR_DECLARATION(CLASS)
 

Macro Definition Documentation

◆ GENERATE_STACKER_ERROR_DECLARATION

#define GENERATE_STACKER_ERROR_DECLARATION ( CLASS)
Value:
class CLASS : public stacker_error \
{ \
public: \
CLASS(); \
virtual ~CLASS() throw(); \
}; \
Exceptions thrown during stacking.

Definition at line 32 of file stackerexcept.h.

Referenced by stacker_error::~stacker_error().