LibreOffice Module shell (master) 1
|
#include <zipexcptn.hxx>
Public Member Functions | |
Win32Exception (int Error) | |
virtual | ~Win32Exception () noexcept override |
virtual const char * | what () const noexcept override |
Public Member Functions inherited from RuntimeException | |
RuntimeException (int Error) | |
virtual | ~RuntimeException () noexcept override |
int | GetErrorCode () const |
Private Attributes | |
char * | m_MsgBuff |
Definition at line 47 of file zipexcptn.hxx.
|
explicit |
Definition at line 53 of file zipexcptn.cxx.
References Error.
|
overridevirtualnoexcept |
Definition at line 60 of file zipexcptn.cxx.
References m_MsgBuff.
|
overridevirtualnoexcept |
Definition at line 67 of file zipexcptn.cxx.
References RuntimeException::GetErrorCode(), and m_MsgBuff.
|
mutableprivate |
Definition at line 56 of file zipexcptn.hxx.
Referenced by what(), and ~Win32Exception().