#include <nersuite_exception.h>
List of all members.
Detailed Description
NERsuite General Exception
Constructor & Destructor Documentation
NER::nersuite_exception::nersuite_exception |
( |
const char * |
_what | ) |
[inline] |
Construct an NERsuite exception object with a message
- Parameters:
-
[in] | _what | A message describing the exception content |
virtual NER::nersuite_exception::~nersuite_exception |
( |
| ) |
throw () [inline, virtual] |
Destroy an NERsuite exception object
NER::nersuite_exception::nersuite_exception |
( |
const std::string & |
_what | ) |
[inline] |
Construct an NERsuite exception object with a message
- Parameters:
-
[in] | _what | A message describing the exception content |
Member Function Documentation
virtual const char* NER::nersuite_exception::what |
( |
| ) |
const throw () [inline, virtual] |
Retrieve the exception message
- Returns:
- The message
The documentation for this class was generated from the following file: