HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
hi::v1::os_error Class Reference

#include <hikogui/utility/exception_intf.hpp>

Inheritance diagram for hi::v1::os_error:
std::runtime_error std::exception

Additional Inherited Members

- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 
- Public Member Functions inherited from std::exception
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Detailed Description

Exception thrown during an operating system call.

This exception is often thrown due to an error with permission or incorrect given parameters

The what-string should start with a user-friendly error message. Optionally followed between single quotes the operating system error string.


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