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>
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. 
  
  | 
        
          | delphos::MineLinkException::MineLinkException | ( | const std::string & | what | ) |  |  | inlineexplicit | 
 
Throws a MineLink exception. 
- Parameters
- 
  
    | what | The message of the thrown exception. |  
 
 
 
  
  | 
        
          | delphos::MineLinkException::MineLinkException | ( | const std::string & | what, |  
          |  |  | string | file, |  
          |  |  | string | function, |  
          |  |  | int | line |  
          |  | ) |  |  |  | inline | 
 
Throws a MineLink exception. 
- Parameters
- 
  
    | what | The message of the thrown exception. |  | file | The file name of code in which the exception occured. |  | function | The name of the function/method in which the exception occured. |  | line | The line of the file where the exception occured. |  
 
 
 
The documentation for this class was generated from the following file:
- /home/gmorales/dev/MineLink/BlockScheduling/core/trunk/data_structures/bm/blockmodel.h