Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ZrythmException Class Reference

Base class for exceptions in Zrythm. More...

#include <src/utils/exceptions.h>

Inheritance diagram for ZrythmException:
Collaboration diagram for ZrythmException:

Public Member Functions

 ZrythmException (const char *message)
 
 ZrythmException (const std::string &message)
 
 ZrythmException (const QString &message)
 
const char * what () const noexcept
 
utils::Utf8String what_string () const
 
template<typename... Args>
void handle (const std::string &format, Args &&... args) const
 
void handle (const char *str) const
 
void handle (const std::string &str) const
 
void handle (const QString &str) const
 

Detailed Description

Base class for exceptions in Zrythm.

Definition at line 19 of file exceptions.h.

Member Function Documentation

◆ what_string()

utils::Utf8String zrythm::utils::exceptions::ZrythmException::what_string ( ) const
inline

Definition at line 27 of file exceptions.h.


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