24 #ifndef INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX 25 #define INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX 53 { m_aMessage = rOther.m_aMessage;
return *
this; }
62 {
return m_aMessage; }
70 #endif // INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX SAL_EXCEPTION_DLLPRIVATE ~MalformedUriException()
Definition: malformeduriexception.hxx:49
#define SAL_EXCEPTION_DLLPRIVATE
Definition: types.h:268
SAL_EXCEPTION_DLLPRIVATE MalformedUriException(rtl::OUString const &rMessage)
Create a MalformedUriException.
Definition: malformeduriexception.hxx:43
SAL_EXCEPTION_DLLPRIVATE rtl::OUString const & getMessage() const
Get the message.
Definition: malformeduriexception.hxx:61
Definition: bootstrap.hxx:33
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:170
An exception indicating a malformed URI.
Definition: malformeduriexception.hxx:35
#define SAL_EXCEPTION_DLLPUBLIC_EXPORT
Exporting the symbols necessary for exception handling on GCC.
Definition: types.h:267
SAL_EXCEPTION_DLLPRIVATE MalformedUriException(MalformedUriException const &other)
Definition: malformeduriexception.hxx:46