IOError Class Reference

Indicates that something went wrong when accessing the filesystem. More...

#include <RobotAPI/libraries/armem/core/error/ArMemError.h>

+ Inheritance diagram for IOError:

Public Member Functions

 IOError (const std::string &path, const std::string &message="")
 
- Public Member Functions inherited from ArMemError
 ArMemError (const std::string &msg)
 

Static Public Member Functions

static std::string makeMsg (const std::string &path, const std::string &message="")
 

Public Attributes

std::string path
 

Detailed Description

Indicates that something went wrong when accessing the filesystem.

Definition at line 201 of file ArMemError.h.

Constructor & Destructor Documentation

◆ IOError()

IOError ( const std::string &  path,
const std::string &  message = "" 
)

Definition at line 215 of file ArMemError.cpp.

Member Function Documentation

◆ makeMsg()

std::string makeMsg ( const std::string &  path,
const std::string &  message = "" 
)
static

Definition at line 221 of file ArMemError.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ path

std::string path

Definition at line 209 of file ArMemError.h.


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