20 #ifndef INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX 21 #define INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX 49 { m_aMessage = rOther.m_aMessage;
return *
this; }
58 {
return m_aMessage; }
66 #endif // INCLUDED_RTL_MALFORMEDURIEXCEPTION_HXX #define SAL_EXCEPTION_DLLPRIVATE
Definition: types.h:293
An exception indicating a malformed URI.
Definition: malformeduriexception.hxx:31
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:121
SAL_EXCEPTION_DLLPRIVATE MalformedUriException(MalformedUriException const &other)
Definition: malformeduriexception.hxx:42
Definition: bootstrap.hxx:29
SAL_EXCEPTION_DLLPRIVATE MalformedUriException(rtl::OUString const &rMessage)
Create a MalformedUriException.
Definition: malformeduriexception.hxx:39
#define SAL_EXCEPTION_DLLPUBLIC_EXPORT
Exporting the symbols necessary for exception handling on GCC.
Definition: types.h:292
SAL_EXCEPTION_DLLPRIVATE rtl::OUString const & getMessage() const
Get the message.
Definition: malformeduriexception.hxx:57
SAL_EXCEPTION_DLLPRIVATE ~MalformedUriException()
Definition: malformeduriexception.hxx:45