Searched refs:exception (Results 51 - 58 of 58) sorted by relevance

123

/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp554 } catch (std::bad_alloc& exception) {
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp897 /** \brief To be called when an unhandled processor exception (error/fault)
899 * \param exception The debug_why_stopped value identifying the kind of fault.
900 * \param signal The signal corresponding to the exception.
907 user_debug_exception_occurred(debug_exception_type exception, int signal) argument
921 message.exception = exception;
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp1376 } catch (CppUnit::Exception exception) {
1378 throw exception;
H A DMimeTypeTest.cpp3479 } catch (CppUnit::Exception exception) {
3481 throw exception;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp849 message.exception_occurred.exception);
/haiku/src/servers/debug/
H A DDebugServer.cpp823 message->Data().exception_occurred.exception, buffer,
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp714 } catch (std::exception& error) {
717 msg.AddString(UrlEventData::DebugMessage, "Unknown exception");
/haiku/src/servers/app/
H A DServerApp.cpp457 } catch (std::bad_alloc& exception) {
3794 } catch (std::bad_alloc& exception) {

Completed in 152 milliseconds

123