diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-02 22:40:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-03 10:34:32 +0100 |
commit | 72ae5182855f3ee2b5fca2943d731337554b8215 (patch) | |
tree | 87f4603d493b99e9067ea20ce78af13c920492d1 /ucbhelper/source | |
parent | 1c086e0a05ce76d95a5750b0b00b1cc5ff25bf83 (diff) |
make exception useful, state *what* url is invalid
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 7f73b6492d55..ff2a8ef9f21a 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -240,7 +240,7 @@ static void ensureContentProviderForURL( const ContentBroker & rBroker, { throw ContentCreationException( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( - "No Content Provider available for given URL!" )), + "No Content Provider available for URL: ")) + rURL, Reference< XInterface >(), ContentCreationError_NO_CONTENT_PROVIDER ); } |