CEBL  2.1
Public Member Functions | Protected Attributes
DeviceException Class Reference

Device Exception. More...

#include <Exceptions.hpp>

Public Member Functions

 DeviceException (string message)
virtual ~DeviceException () throw ()
virtual const char * what () const throw ()

Protected Attributes

string message

Detailed Description

Device Exception.

Definition at line 110 of file Exceptions.hpp.


Constructor & Destructor Documentation

DeviceException::DeviceException ( string  message)
inline

Definition at line 116 of file Exceptions.hpp.

References message.

virtual DeviceException::~DeviceException ( ) throw ()
inlinevirtual

Definition at line 121 of file Exceptions.hpp.


Member Function Documentation

virtual const char* DeviceException::what ( ) const throw ()
inlinevirtual

Definition at line 123 of file Exceptions.hpp.

References message.


Field Documentation

string DeviceException::message
protected

Definition at line 113 of file Exceptions.hpp.

Referenced by DeviceException(), and what().


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