Searched refs:aExceptionType (Results 1 – 2 of 2) sorted by relevance
55 ::rtl::OUString aExceptionType = aExceptionType_; in implGetExceptionMsg()56 if( aExceptionType.getLength() == 0 ) in implGetExceptionMsg()57 aExceptionType = ::rtl::OUString::createFromAscii("Unknown" ) ; in implGetExceptionMsg()60 aTypeLine += aExceptionType; in implGetExceptionMsg()
424 Type aExceptionType = aWrappedAny.getValueType(); in implGetWrappedMsg() local427 if( aExceptionType.getTypeClass() == TypeClass_EXCEPTION ) in implGetWrappedMsg()430 aMsg = implGetExceptionMsg( e_, String( aExceptionType.getTypeName() ) ); in implGetWrappedMsg()
Completed in 39 milliseconds