Class BaseException

Inheritance Relationships

Base Type

  • public logic_error

Class Documentation

class BaseException : public logic_error

Base for pvData exceptions.

Public Functions

inline explicit BaseException(const std::string &msg)

Constructor.

inline virtual ~BaseException()

Destructor.

virtual const char *what() const

Reason for excepton.