Glossary:
com.pcbsys.nirvana.client.nBaseClientException Class Reference
This exception forms the base for all client exceptions. More...
#include <nBaseClientException.h>
Inheritance diagram for com.pcbsys.nirvana.client.nBaseClientException:

Public Member Functions | |
| nBaseClientException (std::string msg) | |
| Creates the exception with the specified message. | |
Detailed Description
This exception forms the base for all client exceptions.Constructor & Destructor Documentation
| com.pcbsys.nirvana.client.nBaseClientException.nBaseClientException | ( | std::string | msg | ) |
Creates the exception with the specified message.
- Parameters:
-
msg Message string
