Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx53 ::rtl::OUString implGetExceptionMsg( Exception& e, const ::rtl::OUString& aExceptionType_ ) in implGetExceptionMsg() function
71 ::rtl::OUString implGetExceptionMsg( Exception& e ) in implGetExceptionMsg() function
73 ::rtl::OUString aMsg = implGetExceptionMsg( e, ::rtl::OUString() ); in implGetExceptionMsg()
/AOO41X/main/basic/source/classes/
H A Dsbunoobj.cxx349 ::rtl::OUString implGetExceptionMsg( const Exception& e, const ::rtl::OUString& aExceptionType_ ) in implGetExceptionMsg() function
356 String implGetExceptionMsg( const Any& _rCaughtException ) in implGetExceptionMsg() function
362 …return implGetExceptionMsg( *static_cast< const Exception* >( _rCaughtException.getValue() ), _rCa… in implGetExceptionMsg()
376 implGetExceptionMsg( ::cppu::getCaughtException() ) ); in convertAny()
384 implGetExceptionMsg( e2, aCannotConvertExceptionName ) ); in convertAny()
414 String implGetExceptionMsg( const EXCEPTION& e ) in implGetExceptionMsg() function
416 return implGetExceptionMsg( e, ::getCppuType( &e ).getTypeName() ); in implGetExceptionMsg()
430 aMsg = implGetExceptionMsg( e_, String( aExceptionType.getTypeName() ) ); in implGetWrappedMsg()
435 aMsg = implGetExceptionMsg( e ); in implGetWrappedMsg()
511 StarBASIC::Error( ERRCODE_BASIC_EXCEPTION, implGetExceptionMsg( _rCaughtException ) ); in implHandleAnyException()
[all …]