BoilerPlate: Reusable CORBA |
#include <CorbaServer.h>
Public Member Functions | |
InitializationError (std::string theMsg) | |
InitializationError (const InitializationError &err) | |
virtual const char * | what () const throw () |
virtual | ~InitializationError () throw () |
Virtual dtor. |
|
Initialize with a message. The only way to instantiate is with a message
|
|
Copy ctor Every exception needs one
|
|
Virtual 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:33 2004 for BoilerPlate by 1.3.7 |