diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-08 08:57:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-08 08:57:56 +0200 |
commit | 665657d3da01f98cedac15af3d3c82b372c5a050 (patch) | |
tree | eeb7b9ecfdf46c1aef2b3714864f17233134291f /i18npool/source | |
parent | cce752b1ba0c7dc3bbfcb77d78b63398246da80a (diff) |
Also mention exception type
Change-Id: I3ba60fd0ff8f4ed0a2683986cec7bdb25a837c18
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/characterclassification/cclass_unicode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<uno::XInterface>(), a); } } |