LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
An exception indicating a malformed URI. More...
#include <malformeduriexception.hxx>
Public Member Functions | |
SAL_EXCEPTION_DLLPRIVATE | MalformedUriException (rtl::OUString const &rMessage) |
Create a MalformedUriException. More... | |
SAL_EXCEPTION_DLLPRIVATE | MalformedUriException (MalformedUriException const &other) |
SAL_EXCEPTION_DLLPRIVATE | ~MalformedUriException () |
SAL_EXCEPTION_DLLPRIVATE MalformedUriException | operator= (MalformedUriException const &rOther) |
SAL_EXCEPTION_DLLPRIVATE rtl::OUString const & | getMessage () const |
Get the message. More... | |
An exception indicating a malformed URI.
Used when parsing (part of) a URI fails for syntactical reasons.
|
inline |
Create a MalformedUriException.
rMessage | A message containing any details about the exception. |
|
inline |
|
inline |
|
inline |
Get the message.
|
inline |