Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
:: rtl ::
class MalformedUriException
- Base Classes
- None.
- Known Derived Classes
- None.
virtual | abstract | interface | template |
NO | NO | NO | NO |
- Summary
- An exception indicating a malformed URI.
- Description
-
Used when parsing (part of) a URI fails for syntactical reasons.
- File
- malformeduriexception.hxx
Public Members
-
Methods
MalformedUriException( const rtl::OUString & rMessage );Create a MalformedUriException.
MalformedUriException( const MalformedUriException & other );
~MalformedUriException( );MalformedUriException
operator=( const MalformedUriException & rOther );const rtl::OUString &
getMessage( ) const;Get the message.
Private Members
-
Data
rtl::OUString m_aMessage;
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.