rtl::MalformedUriException Class Reference

An exception indicating a malformed URI. More...

#include <malformeduriexception.hxx>

List of all members.

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.

Detailed Description

An exception indicating a malformed URI.

Used when parsing (part of) a URI fails for syntactical reasons.


Constructor & Destructor Documentation

SAL_EXCEPTION_DLLPRIVATE rtl::MalformedUriException::MalformedUriException ( rtl::OUString const &  rMessage  )  [inline]

Create a MalformedUriException.

Parameters:
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]

Member Function Documentation

SAL_EXCEPTION_DLLPRIVATE rtl::OUString const& rtl::MalformedUriException::getMessage (  )  const [inline]

Get the message.

Returns:
A reference to the message. The reference is valid for the lifetime of this MalformedUriException.
SAL_EXCEPTION_DLLPRIVATE MalformedUriException rtl::MalformedUriException::operator= ( MalformedUriException const &  rOther  )  [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 18 Oct 2014 by  doxygen 1.6.1