PVData C++
8.0.6
|
Base for pvData exceptions. More...
#include <misc/pv/epicsException.h>
Public Member Functions | |
BaseException (const std::string &msg) | |
virtual | ~BaseException () throw () |
virtual const char * | what () const throw () |
Public Member Functions inherited from std::logic_error | |
logic_error (const string &__arg) _GLIBCXX_TXN_SAFE | |
Base for pvData exceptions.
Definition at line 205 of file epicsException.h.
|
inlineexplicit |
Constructor.
Definition at line 210 of file epicsException.h.
|
inlinevirtual |
Destructor.
Definition at line 215 of file epicsException.h.
|
virtual |
Reason for excepton.
Reimplemented from std::logic_error.