From 665657d3da01f98cedac15af3d3c82b372c5a050 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 8 May 2015 08:57:56 +0200 Subject: Also mention exception type Change-Id: I3ba60fd0ff8f4ed0a2683986cec7bdb25a837c18 --- i18npool/source/characterclassification/cclass_unicode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18npool/source') diff --git a/i18npool/source/characterclassification/cclass_unicode.cxx b/i18npool/source/characterclassification/cclass_unicode.cxx index 95a6c5787111..da317a84237d 100644 --- a/i18npool/source/characterclassification/cclass_unicode.cxx +++ b/i18npool/source/characterclassification/cclass_unicode.cxx @@ -113,7 +113,7 @@ cclass_Unicode::toTitle( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount, { uno::Any a(cppu::getCaughtException()); throw lang::WrappedTargetRuntimeException( - "wrapped Exception " + e.Message, + "wrapped " + a.getValueTypeName() + ": " + e.Message, uno::Reference(), a); } } -- cgit