MineLink
 All Data Structures Functions Variables Pages
delphos::MineLinkException Class Reference

Abstracts Exceptions for MineLink library. In Windows, Log File MineLink.log is gererally for a user_name user in "C:\\Users\\user_name\\AppData\\Local\\Temp" accessible from console. More...

#include <blockmodel.h>

Inheritance diagram for delphos::MineLinkException:
Inheritance graph
Collaboration diagram for delphos::MineLinkException:
Collaboration graph

Public Member Functions

 MineLinkException (const std::string &what)
 Throws a MineLink exception. More...
 
 MineLinkException (const std::string &what, string file, string function, int line)
 Throws a MineLink exception. More...
 
virtual ~MineLinkException () throw ()
 The destructor.
 

Detailed Description

Abstracts Exceptions for MineLink library. In Windows, Log File MineLink.log is gererally for a user_name user in "C:\\Users\\user_name\\AppData\\Local\\Temp" accessible from console.

Constructor & Destructor Documentation

delphos::MineLinkException::MineLinkException ( const std::string &  what)
inlineexplicit

Throws a MineLink exception.

Parameters
whatThe message of the thrown exception.
delphos::MineLinkException::MineLinkException ( const std::string &  what,
string  file,
string  function,
int  line 
)
inline

Throws a MineLink exception.

Parameters
whatThe message of the thrown exception.
fileThe file name of code in which the exception occured.
functionThe name of the function/method in which the exception occured.
lineThe line of the file where the exception occured.

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