From 72ae5182855f3ee2b5fca2943d731337554b8215 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 2 Aug 2011 22:40:08 +0100 Subject: make exception useful, state *what* url is invalid --- ucbhelper/source/client/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucbhelper') 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 ); } -- cgit