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

#include <zipexcptn.hxx>

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

Public Member Functions

 RuntimeException (int Error)
 
virtual ~RuntimeException () noexcept override
 
int GetErrorCode () const
 

Private Attributes

int m_Error
 

Detailed Description

Definition at line 27 of file zipexcptn.hxx.

Constructor & Destructor Documentation

◆ RuntimeException()

RuntimeException::RuntimeException ( int  Error)
explicit

Definition at line 24 of file zipexcptn.cxx.

References Error.

◆ ~RuntimeException()

RuntimeException::~RuntimeException ( )
overridevirtualnoexcept

Definition at line 30 of file zipexcptn.cxx.

Member Function Documentation

◆ GetErrorCode()

int RuntimeException::GetErrorCode ( ) const

Definition at line 35 of file zipexcptn.cxx.

References m_Error.

Referenced by Win32Exception::what().

Member Data Documentation

◆ m_Error

int RuntimeException::m_Error
private

Definition at line 36 of file zipexcptn.hxx.

Referenced by GetErrorCode().


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