exceptions.h File Reference

Go to the source code of this file.

Namespaces

namespace  lpzrobots

Classes

class  IException

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; } \ };


Function Documentation

EXCEPTION_TEMPLATE DimensionMismatchException   ) 
 

EXCEPTION_TEMPLATE InvalidArgumentException   ) 
 

EXCEPTION_TEMPLATE IndexOutOfBoundsException   ) 
 


Generated on Tue Jan 16 02:14:40 2007 for Robotsystem of the Robot Group Leipzig by doxygen 1.3.8