exceptions.h File Reference

Go to the source code of this file.


Classes

class  IException

Namespaces

namespace  lpzrobots
 read the installation PREFIX (to find data directory)

Defines

#define EXCEPTION_TEMPLATE(class_name)

Functions

 EXCEPTION_TEMPLATE (IndexOutOfBoundsException)
 EXCEPTION_TEMPLATE (InvalidArgumentException)
 EXCEPTION_TEMPLATE (DimensionMismatchException)


Define Documentation

#define EXCEPTION_TEMPLATE ( class_name   ) 

Value:

class class_name : public IException {                                      \
   public:                                                                    \
    inline virtual void raise() const { throw *this; }                        \
  };


Generated on Fri Oct 30 09:39:09 2009 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.5.8