PVData C++ 8.0.7
Loading...
Searching...
No Matches
epics::pvData::BaseException Class Reference

Base for pvData exceptions. More...

#include <misc/pv/epicsException.h>

Inheritance diagram for epics::pvData::BaseException:
Collaboration diagram for epics::pvData::BaseException:

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
 
- Public Member Functions inherited from std::exception

Detailed Description

Base for pvData exceptions.

Definition at line 205 of file epicsException.h.

Constructor & Destructor Documentation

◆ BaseException()

epics::pvData::BaseException::BaseException ( const std::string & msg)
inlineexplicit

Constructor.

Definition at line 210 of file epicsException.h.

◆ ~BaseException()

virtual epics::pvData::BaseException::~BaseException ( )
throw ( )
inlinevirtual

Destructor.

Definition at line 215 of file epicsException.h.

Member Function Documentation

◆ what()

virtual const char * epics::pvData::BaseException::what ( ) const
throw ( )
virtual

Reason for excepton.

Reimplemented from std::logic_error.


The documentation for this class was generated from the following file: