![]() |
Audacity 3.2.0
|
A MessageBoxException that shows a given, unvarying string. More...
#include <AudacityException.h>
Public Member Functions | |
SimpleMessageBoxException (ExceptionType exceptionType, const TranslatableString &message_, const TranslatableString &caption=XO("Message"), const wxString &helpUrl_="") | |
~SimpleMessageBoxException () override | |
SimpleMessageBoxException (const SimpleMessageBoxException &)=default | |
SimpleMessageBoxException & | operator= (SimpleMessageBoxException &&) PROHIBITED |
virtual TranslatableString | ErrorMessage () const override |
Format the error message for this exception. More... | |
![]() | |
AudacityException () | |
virtual | ~AudacityException ()=0 |
virtual void | DelayedHandlerAction ()=0 |
Action to do in the main thread at idle time of the event loop. More... | |
Private Attributes | |
TranslatableString | message |
Stored message. More... | |
Additional Inherited Members | |
![]() | |
static void | EnqueueAction (std::exception_ptr pException, std::function< void(AudacityException *)> delayedHandler) |
![]() | |
AudacityException (const AudacityException &)=default | |
Make this protected to prevent slicing copies. More... | |
AudacityException (AudacityException &&) PROHIBITED | |
Don't allow moves of this class or subclasses. More... | |
AudacityException & | operator= (const AudacityException &) PROHIBITED |
Disallow assignment. More... | |
A MessageBoxException that shows a given, unvarying string.
Definition at line 93 of file AudacityException.h.
|
inlineexplicit |
exceptionType | Exception type |
Definition at line 97 of file AudacityException.h.
|
override |
Definition at line 72 of file AudacityException.cpp.
|
default |
|
overridevirtual |
Format the error message for this exception.
Implements MessageBoxException.
Definition at line 76 of file AudacityException.cpp.
References message.
SimpleMessageBoxException & SimpleMessageBoxException::operator= | ( | SimpleMessageBoxException && | ) |
|
private |