|
HARDT - The Ham Radio DSP Toolkit
|
#include <hexceptions.h>


Public Member Functions | |
| HInitializationException (const char *reason) | |
Public Member Functions inherited from HException | |
| HException (const char *reason, const char *type) | |
| const char * | what () const throw () |
| const char * | type () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from HException | |
| const char * | _why |
| const char * | _type |
Thrown by constructors if the object could not be initialized
Constructor: HInitializationException(reason)
| HInitializationException::HInitializationException | ( | const char * | reason | ) |
Construct a new HInitializationException with a reason
1.8.17