NERsuite  1.1.1
Public Member Functions
NER::nersuite_exception Class Reference

#include <nersuite_exception.h>

List of all members.

Public Member Functions

 nersuite_exception (const char *_what)
virtual ~nersuite_exception () throw ()
 nersuite_exception (const std::string &_what)
virtual const char * what () const throw ()

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]_whatA 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]_whatA 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:
 All Classes Functions Variables