Audacity 3.2.0
|
#include <ExportPlugin.h>
Public Member Functions | |
ExportErrorException (const wxString &errorCode) | |
ExportErrorException (TranslatableString message, const wxString &helpPage) | |
const TranslatableString & | GetMessage () const noexcept |
const wxString & | GetHelpPageId () const noexcept |
Private Attributes | |
TranslatableString | mMessage |
wxString | mHelpPageId |
Definition at line 53 of file ExportPlugin.h.
ExportErrorException::ExportErrorException | ( | const wxString & | errorCode | ) |
We have many Export errors that are essentially anonymous and are distinguished only by an error code number. Rather than repeat the code, we have it just once.
Definition at line 42 of file ExportPlugin.cpp.
ExportErrorException::ExportErrorException | ( | TranslatableString | message, |
const wxString & | helpPage | ||
) |
Definition at line 49 of file ExportPlugin.cpp.
|
noexcept |
Definition at line 55 of file ExportPlugin.cpp.
References mHelpPageId.
Referenced by audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportError().
|
noexcept |
Definition at line 60 of file ExportPlugin.cpp.
References mMessage.
Referenced by audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportError().
|
private |
Definition at line 56 of file ExportPlugin.h.
Referenced by GetHelpPageId().
|
private |
Definition at line 55 of file ExportPlugin.h.
Referenced by GetMessage().