HikoGUI
A low latency retained GUI
|
#include <hikogui/utility/exception_intf.hpp>
Additional Inherited Members | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Public Member Functions inherited from std::exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Exception thrown during I/O on an error.
This exception is often thrown due to an error with permission or existence of files.
The what-string should start with the path of the object where the error happened. Followed after ": " with a user-friendly error message. Optionally followed between single quotes the operating system error string.