PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
epics::pvData::BaseException Class Reference

Base for pvData exceptions. More...

#include <misc/pv/epicsException.h>

Inheritance diagram for epics::pvData::BaseException:
Inheritance graph
[legend]
Collaboration diagram for epics::pvData::BaseException:
Collaboration graph
[legend]

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
 

Detailed Description

Base for pvData exceptions.

Definition at line 205 of file epicsException.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 210 of file epicsException.h.

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

Destructor.

Definition at line 215 of file epicsException.h.

Member Function Documentation

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: