Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IT_Reflect::ReflectException Class Reference

#include <it_bus/reflect/reflect_exception.h>

Inheritance diagram for IT_Reflect::ReflectException:

IT_Bus::Exception IT_Bus::ObjectBase IT_Reflect::BoundsException IT_Reflect::UnsupportedException List of all members.

Detailed Description

Exception class for reflection API.

Definition at line 21 of file reflect_exception.h.

Public Member Functions

 ReflectException (const IT_Bus::String &message) throw (())
 Constructor.
 ReflectException (const IT_Bus::QName &type) throw (())
 Constructor.
 ReflectException (const IT_Bus::QName &expected, const IT_Bus::QName &actual) throw (())
 Constructor.
virtual ~ReflectException () throw (())
 Destructor.
virtual IT_Bus::Exceptionclone () const
 Clone the exception onto the heap.
virtual void rethrow () const
 Rethrow the exception.


Constructor & Destructor Documentation

IT_Reflect::ReflectException::ReflectException const IT_Bus::String message  )  throw (())
 

Constructor.

Exception with message.

IT_Reflect::ReflectException::ReflectException const IT_Bus::QName type  )  throw (())
 

Constructor.

Exception with "unknown type" message.

IT_Reflect::ReflectException::ReflectException const IT_Bus::QName expected,
const IT_Bus::QName actual
throw (())
 

Constructor.

Exception with "unexpected type" message

virtual IT_Reflect::ReflectException::~ReflectException  )  throw (()) [virtual]
 

Destructor.


Generated on Wed Mar 22 12:23:58 2006 for Artix by  doxygen 1.3.9.1