Audacity 3.2.0
Public Member Functions | Private Attributes | List of all members
ExportException Class Reference

#include <ExportPlugin.h>

Public Member Functions

 ExportException (const wxString &msg)
 
const wxString & What () const noexcept
 

Private Attributes

const wxString mMessage
 

Detailed Description

Definition at line 43 of file ExportPlugin.h.

Constructor & Destructor Documentation

◆ ExportException()

ExportException::ExportException ( const wxString &  msg)

Definition at line 14 of file ExportPlugin.cpp.

15 : mMessage(msg)
16{
17}
const wxString mMessage
Definition: ExportPlugin.h:45

Member Function Documentation

◆ What()

const wxString & ExportException::What ( ) const
noexcept

Definition at line 19 of file ExportPlugin.cpp.

20{
21 return mMessage;
22}

References mMessage.

Referenced by audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportException().

Here is the caller graph for this function:

Member Data Documentation

◆ mMessage

const wxString ExportException::mMessage
private

Definition at line 45 of file ExportPlugin.h.

Referenced by What().


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