LibreOffice Module unoidl (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
unoidl::FileFormatException Class Referencefinal

#include <unoidl.hxx>

Public Member Functions

SAL_DLLPRIVATE FileFormatException (OUString uri, OUString detail)
 
SAL_DLLPRIVATE FileFormatException (FileFormatException const &other)
 
SAL_DLLPRIVATE ~FileFormatException () noexcept
 
const OUString & getUri () const
 
const OUString & getDetail () const
 

Private Member Functions

FileFormatExceptionoperator= (FileFormatException const &)=delete
 

Private Attributes

OUString uri_
 
OUString detail_
 

Detailed Description

Definition at line 45 of file unoidl.hxx.

Constructor & Destructor Documentation

◆ FileFormatException() [1/2]

SAL_DLLPRIVATE unoidl::FileFormatException::FileFormatException ( OUString  uri,
OUString  detail 
)
inline

Definition at line 47 of file unoidl.hxx.

◆ FileFormatException() [2/2]

SAL_DLLPRIVATE unoidl::FileFormatException::FileFormatException ( FileFormatException const &  other)
inline

Definition at line 52 of file unoidl.hxx.

◆ ~FileFormatException()

unoidl::FileFormatException::~FileFormatException ( )
noexcept

Definition at line 131 of file unoidl.cxx.

Member Function Documentation

◆ getDetail()

const OUString & unoidl::FileFormatException::getDetail ( ) const
inline

Definition at line 60 of file unoidl.hxx.

Referenced by unoidl::Manager::loadProvider(), and SAL_IMPLEMENT_MAIN().

◆ getUri()

const OUString & unoidl::FileFormatException::getUri ( ) const
inline

Definition at line 58 of file unoidl.hxx.

References uri_.

Referenced by SAL_IMPLEMENT_MAIN().

◆ operator=()

FileFormatException & unoidl::FileFormatException::operator= ( FileFormatException const &  )
privatedelete

Member Data Documentation

◆ detail_

OUString unoidl::FileFormatException::detail_
private

Definition at line 66 of file unoidl.hxx.

◆ uri_

OUString unoidl::FileFormatException::uri_
private

Definition at line 65 of file unoidl.hxx.


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