exceptions.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lpzrobots

Classes

class  IException

Defines

#define EXCEPTION_TEMPLATE(class_name)

Functions

 lpzrobots::EXCEPTION_TEMPLATE (IndexOutOfBoundsException)
 lpzrobots::EXCEPTION_TEMPLATE (InvalidArgumentException)
 lpzrobots::EXCEPTION_TEMPLATE (DimensionMismatchException)


Define Documentation

#define EXCEPTION_TEMPLATE class_name   ) 
 

Value:

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

Definition at line 33 of file exceptions.h.


Generated on Tue Apr 4 19:05:04 2006 for Robotsystem from Robot Group Leipzig by  doxygen 1.4.5