Home
last modified time | relevance | path

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

/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx235 Any aFirstCaughtException; in dispatchWithNotification() local
243 if ( !aFirstCaughtException.hasValue() ) in dispatchWithNotification()
244 aFirstCaughtException = ::cppu::getCaughtException(); in dispatchWithNotification()
249 ::cppu::throwException( aFirstCaughtException ); in dispatchWithNotification()
253 ::cppu::throwException( aFirstCaughtException ); in dispatchWithNotification()