UDK 3.2.7 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. | |
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. |
An exception indicating a malformed URI.
Used when parsing (part of) a URI fails for syntactical reasons.
SAL_EXCEPTION_DLLPRIVATE rtl::MalformedUriException::MalformedUriException | ( | rtl::OUString const & | rMessage | ) | [inline] |
Create a MalformedUriException.
rMessage | A message containing any details about the exception. |
SAL_EXCEPTION_DLLPRIVATE rtl::MalformedUriException::MalformedUriException | ( | MalformedUriException const & | other | ) | [inline] |
SAL_EXCEPTION_DLLPRIVATE rtl::MalformedUriException::~MalformedUriException | ( | ) | [inline] |
SAL_EXCEPTION_DLLPRIVATE rtl::OUString const& rtl::MalformedUriException::getMessage | ( | ) | const [inline] |
Get the message.
SAL_EXCEPTION_DLLPRIVATE MalformedUriException rtl::MalformedUriException::operator= | ( | MalformedUriException const & | rOther | ) | [inline] |