LibreOffice Module shell (master) 1
Public Member Functions | Private Attributes | List of all members
Win32Exception Class Reference

#include <zipexcptn.hxx>

Inheritance diagram for Win32Exception:
[legend]
Collaboration diagram for Win32Exception:
[legend]

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
 

Detailed Description

Definition at line 47 of file zipexcptn.hxx.

Constructor & Destructor Documentation

◆ Win32Exception()

Win32Exception::Win32Exception ( int  Error)
explicit

Definition at line 53 of file zipexcptn.cxx.

References Error.

◆ ~Win32Exception()

Win32Exception::~Win32Exception ( )
overridevirtualnoexcept

Definition at line 60 of file zipexcptn.cxx.

References m_MsgBuff.

Member Function Documentation

◆ what()

const char * Win32Exception::what ( ) const
overridevirtualnoexcept

Definition at line 67 of file zipexcptn.cxx.

References RuntimeException::GetErrorCode(), and m_MsgBuff.

Member Data Documentation

◆ m_MsgBuff

char* Win32Exception::m_MsgBuff
mutableprivate

Definition at line 56 of file zipexcptn.hxx.

Referenced by what(), and ~Win32Exception().


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