Blue Brain BioExplorer
core::TaskRuntimeError Class Reference

#include <TaskRuntimeError.h>

Inheritance diagram for core::TaskRuntimeError:
Collaboration diagram for core::TaskRuntimeError:

Public Member Functions

 TaskRuntimeError (const std::string &message, const int code_=-1, const std::string &data_="")
 

Public Attributes

const int code
 
const std::string data
 

Detailed Description

An exception type that shall be thrown at any point during the task execution to provide useful errors for the user.

Definition at line 32 of file TaskRuntimeError.h.

Constructor & Destructor Documentation

◆ TaskRuntimeError()

core::TaskRuntimeError::TaskRuntimeError ( const std::string &  message,
const int  code_ = -1,
const std::string &  data_ = "" 
)
inline

Definition at line 35 of file TaskRuntimeError.h.

Member Data Documentation

◆ code

const int core::TaskRuntimeError::code

Definition at line 42 of file TaskRuntimeError.h.

◆ data

const std::string core::TaskRuntimeError::data

Definition at line 43 of file TaskRuntimeError.h.


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