RSC  0.17.1
rsc::misc::UnsupportedOperationException Class Reference

An exception which indicates that a certain operation is not supported by the target. More...

#include <UnsupportedOperationException.h>

Inheritance diagram for rsc::misc::UnsupportedOperationException:
Inheritance graph
Collaboration diagram for rsc::misc::UnsupportedOperationException:
Collaboration graph

Public Member Functions

 UnsupportedOperationException (const std::string &description)
 
virtual ~UnsupportedOperationException () throw ()
 

Detailed Description

An exception which indicates that a certain operation is not supported by the target.

Author
jwienke

Definition at line 40 of file UnsupportedOperationException.h.

Constructor & Destructor Documentation

rsc::misc::UnsupportedOperationException::UnsupportedOperationException ( const std::string &  description)

Definition at line 32 of file UnsupportedOperationException.cpp.

rsc::misc::UnsupportedOperationException::~UnsupportedOperationException ( )
throw (
)
virtual

Definition at line 37 of file UnsupportedOperationException.cpp.


The documentation for this class was generated from the following files: