Public Member Functions | List of all members
dx::DXJobError Class Reference

Represents errors relating to the DXJob class. More...

#include <exceptions.h>

Inheritance diagram for dx::DXJobError:
dx::DXError

Public Member Functions

 DXJobError (const std::string &msg, const std::string &type=DXErrorTypes::DXJOB_ERROR)
 
- Public Member Functions inherited from dx::DXError
 DXError (const std::string &msg, const std::string &type=DXErrorTypes::DEFAULT_ERROR)
 
virtual const char * what () const throw ()
 

Additional Inherited Members

- Public Attributes inherited from dx::DXError
std::string msg
 The actual error message.
 
std::string type
 Type of the error message (can be a free-form string, but usually one of the static members from DXError class)
 
std::string error_msg
 

Detailed Description

Represents errors relating to the DXJob class.


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