Exception.h File Reference

#include "common.h"
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adchpp::Exception

Namespaces

namespace  adchpp

Defines

#define STANDARD_EXCEPTION(name)

Define Documentation

#define STANDARD_EXCEPTION ( name   ) 
Value:
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.

Generated on Sat Nov 27 23:38:06 2010 for adchpp by  doxygen 1.6.3