BoilerPlate: Reusable CORBA |
#include <BPExceptions.h>
OrbInit has a simple state machine that makes sure that APIs get called in the right order. This exception is thrown if an operation is called in the wrong state
theMsg | The std::string message |
Public Member Functions | |
IllegalStateException (std::string theMsg) | |
virtual const char * | what () const throw () |
virtual | ~IllegalStateException () throw () |
dtor |
|
Initialize with a message. The only way to instantiate is with a message
|
|
dtor
|
|
Get the message using the std::exception specification what is the std::exception specification for obtaining the message from an exception |
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:22:34 2004 for BoilerPlate by 1.3.7 |