Audacity 3.2.0
|
#include <Journal.h>
Public Member Functions | |
SyncException (const wxString &message) | |
Constructs an exception with a message; message is logged into the journallog.txt file. More... | |
~SyncException () override | |
void | DelayedHandlerAction () override |
Action to do in the main thread at idle time of the event loop. More... | |
Public Member Functions inherited from AudacityException | |
AudacityException () | |
virtual | ~AudacityException ()=0 |
virtual void | DelayedHandlerAction ()=0 |
Action to do in the main thread at idle time of the event loop. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from AudacityException | |
static void | EnqueueAction (std::exception_ptr pException, std::function< void(AudacityException *)> delayedHandler) |
Protected Member Functions inherited from AudacityException | |
AudacityException (const AudacityException &)=default | |
Make this protected to prevent slicing copies. More... | |
AudacityException (AudacityException &&)=delete | |
Don't allow moves of this class or subclasses. More... | |
AudacityException & | operator= (const AudacityException &)=delete |
Disallow assignment. More... | |
|
explicit |
Constructs an exception with a message; message is logged into the journallog.txt
file.
Definition at line 187 of file Journal.cpp.
References Journal::anonymous_namespace{Journal.cpp}::Log(), and Journal::SetError().
|
override |
Definition at line 195 of file Journal.cpp.
|
overridevirtual |
Action to do in the main thread at idle time of the event loop.
Implements AudacityException.
Definition at line 197 of file Journal.cpp.