BoilerPlate: Reusable CORBA |
#include <ServantFactory.h>
Public Member Functions | |
| ServantBuildException (std::string theMsg) | |
| Instance an exception with a std::string message. | |
| ServantBuildException () | |
| Instance an exception without a std::string message. | |
| ServantBuildException (const ServantBuildException &sbx) | |
| virtual | ~ServantBuildException () throw () |
| virtual const char * | what () const throw () |
| virtual const char * | what_nc () const throw () |
|
|
Instance an exception with a std::string message. ctor |
|
|
Instance an exception without a std::string message. Default ctor |
|
|
Copy ctor Every exception needs one
|
|
|
dtor |
|
|
Access the exception message The caller is responsble for memory management
|
|
|
Access the exception message The caller should not deallocate
|
| Copyright © BoilerPlate.org |
Generated on Tue Nov 30 16:22:33 2004 for BoilerPlate by
1.3.7
|