RSC  0.17.1
rsc::misc::IllegalStateException Class Reference

Exception indicating a call on a method where the underlying object is in an illegal state for this call. More...

#include <IllegalStateException.h>

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

Public Member Functions

 IllegalStateException ()
 
 IllegalStateException (const std::string &message)
 
virtual ~IllegalStateException () throw ()
 

Detailed Description

Exception indicating a call on a method where the underlying object is in an illegal state for this call.

Author
jwienke

Definition at line 42 of file IllegalStateException.h.

Constructor & Destructor Documentation

rsc::misc::IllegalStateException::IllegalStateException ( )

Definition at line 32 of file IllegalStateException.cpp.

rsc::misc::IllegalStateException::IllegalStateException ( const std::string &  message)

Definition at line 36 of file IllegalStateException.cpp.

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

Definition at line 40 of file IllegalStateException.cpp.


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