HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
#include <hikogui/utility/exception_intf.hpp>
Additional Inherited Members | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
![]() | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Exception thrown during execution of a dynamic operation.
This exception is often thrown on operation between multiple polymorphic objects which do not support the combined operation.
For example a datum object may contain floating point number for which a shift-right or shift-left would be an invalid operation.