#include "common.h"
Go to the source code of this file.
Classes | |
class | adchpp::Exception |
Namespaces | |
namespace | adchpp |
Defines | |
#define | STANDARD_EXCEPTION(name) |
#define STANDARD_EXCEPTION | ( | name | ) |
class ADCHPP_VISIBLE name : public Exception { \ public:\ name() throw() : Exception(#name) { } \ name(const std::string& aError) throw() : Exception(#name ": " + aError) { } \ virtual ~name() throw() { } \ }
Definition at line 41 of file Exception.h.