#include <it_bus/reflect/unsupported_exception.h>
Inheritance diagram for IT_Reflect::UnsupportedException:
Definition at line 18 of file unsupported_exception.h.
Public Member Functions | |
UnsupportedException () | |
No argument constructor. | |
UnsupportedException (const IT_Bus::String &message) | |
Construct with a message. | |
UnsupportedException (const IT_Bus::QName &type) | |
Constructor with a type qname. | |
virtual IT_Bus::Exception * | clone () const |
Clone the exception onto the heap. | |
virtual void | rethrow () const |
Rethrow the exception. |