Kaydet (Commit) 665657d3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Also mention exception type

Change-Id: I3ba60fd0ff8f4ed0a2683986cec7bdb25a837c18
üst cce752b1
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment