Home
last modified time | relevance | path

Searched refs:aExceptionType (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx55 ::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()
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx424 Type aExceptionType = aWrappedAny.getValueType(); in implGetWrappedMsg() local
427 if( aExceptionType.getTypeClass() == TypeClass_EXCEPTION ) in implGetWrappedMsg()
430 aMsg = implGetExceptionMsg( e_, String( aExceptionType.getTypeName() ) ); in implGetWrappedMsg()

Completed in 39 milliseconds