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 &&)=delete |
virtual TranslatableString | ErrorMessage () const override |
Format the error message for this exception. 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... | |
Private Attributes | |
TranslatableString | message |
Stored message. 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... | |
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.
|
delete |
|
private |