|
NexusCPP
3.5.0
|
#include <nxfile.h>


Public Member Functions | |
| NexusException () | |
| NexusException (const char *pcszDesc, const char *pcszOrigin) | |
| NexusException (const std::string &desc, const char *pcszOrigin) | |
| void | PrintMessage () |
| Prints error message on console. More... | |
| void | GetMsg (char *pBuf, int iLen) |
NeXus exceptions
This class is designed to hold nexus exceptions
|
inline |
|
inline |
|
inline |
| void nxcpp::NexusException::GetMsg | ( | char * | pBuf, |
| int | iLen | ||
| ) |
Copies error message in a pre-allocated std::string buffer
| pBuf | Buffer (allocated by caller) to copy the message in |
| iLen | Buffer length |
| void nxcpp::NexusException::PrintMessage | ( | ) |
Prints error message on console.
1.8.13