Volume Cartographer 2.27.0
|
IO operation exception. More...
#include <vc/core/types/Exceptions.hpp>
Public Member Functions | |
const char * | what () const noexcept override |
IOException (const char *msg) | |
IOException (std::string msg) | |
Protected Attributes | |
std::string | msg_ |
IO operation exception.
Should be thrown when encountering errors reading or writing data.
Based on this implementation.
Definition at line 22 of file Exceptions.hpp.
|
inlineexplicit |
Constructor
Definition at line 27 of file Exceptions.hpp.
|
inlineexplicit |
Constructor
Definition at line 30 of file Exceptions.hpp.
|
inlineoverridenoexcept |
Return exception message
Definition at line 34 of file Exceptions.hpp.
|
protected |
Definition at line 37 of file Exceptions.hpp.