4 #ifndef INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX
5 #define INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX
33 { m_aMessage = rOther.m_aMessage;
return *
this; }
42 {
return m_aMessage; }
50 #endif // INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX
An exception indicating a malformed URI.
Definition: malformeduriexception.hxx:15
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:182
SAL_EXCEPTION_DLLPRIVATE MalformedUriException(rtl::OUString const &rMessage)
Create a MalformedUriException.
Definition: malformeduriexception.hxx:23
#define SAL_EXCEPTION_DLLPRIVATE
Definition: types.h:248
#define SAL_EXCEPTION_DLLPUBLIC_EXPORT
Exporting the symbols necessary for exception handling on GCC.
Definition: types.h:247
SAL_EXCEPTION_DLLPRIVATE ~MalformedUriException()
Definition: malformeduriexception.hxx:29
SAL_EXCEPTION_DLLPRIVATE rtl::OUString const & getMessage() const
Get the message.
Definition: malformeduriexception.hxx:41
SAL_EXCEPTION_DLLPRIVATE MalformedUriException(MalformedUriException const &other)
Definition: malformeduriexception.hxx:26