#include <it_bus/reflect/bounds_exception.h>
Inheritance diagram for IT_Reflect::BoundsException:
Definition at line 18 of file bounds_exception.h.
Public Member Functions | |
BoundsException () | |
No argument constructor. | |
BoundsException (size_t index, size_t bound) | |
Constructor. | |
virtual IT_Bus::Exception * | clone () const |
Clone the exception onto the heap. | |
virtual void | rethrow () const |
Rethrow the exception. |