DLS  1.6
LibDLS::Exception Class Reference

Base class for all LibDLS exceptions. More...

Inheritance diagram for LibDLS::Exception:
LibDLS::ChannelException LibDLS::ChunkException LibDLS::DirectoryException LibDLS::EChannelPreset LibDLS::EJobPreset LibDLS::JobException

Public Member Functions

 Exception (const std::string &pmsg)
 Constructor. More...
 

Public Attributes

std::string msg
 Reason for the exception. More...
 

Detailed Description

Base class for all LibDLS exceptions.

Definition at line 36 of file Exception.h.

Constructor & Destructor Documentation

◆ Exception()

LibDLS::Exception::Exception ( const std::string &  pmsg)
inline

Constructor.

Parameters
pmsgException message.

Definition at line 42 of file Exception.h.

Member Data Documentation

◆ msg

std::string LibDLS::Exception::msg

Reason for the exception.

Definition at line 45 of file Exception.h.