LibreOffice Module shell (master) 1
|
#include <zipexcptn.hxx>
Public Member Functions | |
RuntimeException (int Error) | |
virtual | ~RuntimeException () noexcept override |
int | GetErrorCode () const |
Private Attributes | |
int | m_Error |
Definition at line 27 of file zipexcptn.hxx.
|
explicit |
Definition at line 24 of file zipexcptn.cxx.
References Error.
|
overridevirtualnoexcept |
Definition at line 30 of file zipexcptn.cxx.
int RuntimeException::GetErrorCode | ( | ) | const |
Definition at line 35 of file zipexcptn.cxx.
References m_Error.
Referenced by Win32Exception::what().
|
private |
Definition at line 36 of file zipexcptn.hxx.
Referenced by GetErrorCode().