Searched refs:Exception (Results 51 - 75 of 85) sorted by relevance

1234

/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/servlet/
H A DchartabServlet.java47 throw new Exception("Error: " + p.get_errmsg());
128 } catch (Exception e) {
H A DpdfclockServlet.java31 throw new Exception("Error: " + p.get_errmsg());
124 } catch (Exception e) {
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dbusinesscard.cpp88 catch (PDFlib::Exception &ex) {
H A Dchartab.cpp112 catch (PDFlib::Exception &ex) {
H A Dquickreference.cpp94 catch (PDFlib::Exception &ex) {
H A Dpdfclock.cpp118 catch (PDFlib::Exception &ex) {
H A Dinvoice.cpp186 catch (PDFlib::Exception &ex) {
/haiku-fatelf/src/tests/kits/app/bmessagequeue/
H A DAddMessageTest2.cpp81 catch (CppUnit::Exception e) {
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdfclock.java27 throw new Exception("Error: " + p.get_errmsg());
113 } catch (Exception e) {
/haiku-fatelf/src/tools/cppunit/
H A DTestListener.cpp3 #include <cppunit/Exception.h>
/haiku-fatelf/src/tools/restest/
H A DResourceFile.h11 class Exception;
22 void Init(BFile& file); // throws Exception
/haiku-fatelf/src/kits/debug/
H A Ddebug_support.cpp371 } catch (BPrivate::Debug::Exception exception) {
432 } catch (BPrivate::Debug::Exception exception) {
473 } catch (BPrivate::Debug::Exception exception) {
491 } catch (BPrivate::Debug::Exception exception) {
568 } catch (BPrivate::Debug::Exception exception) {
H A DSymbolLookup.cpp45 throw Exception(fLocalID);
119 throw Exception(B_BAD_VALUE);
173 throw Exception(B_ENTRY_NOT_FOUND);
279 } catch (Exception exception) {
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DHelperMacros.h236 CPPUNIT_TEST_EXCEPTION( testMethod, CppUnit::Exception )
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTextOutputter.cpp103 TextOutputter::printFailureDetail( Exception *thrownException )
H A DXmlOutputter.cpp1 #include <cppunit/Exception.h>
288 Exception *thrownException = failure->thrownException();
/haiku-fatelf/headers/private/storage/
H A DResourceFile.h28 class Exception;
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp146 throw Exception("GetCurrentToken(): No current token!");
207 throw Exception("GetCurrentToken(): No current token!");
572 } catch (Exception& exception) {
/haiku-fatelf/headers/tools/cppunit/
H A DTestShell.h5 #include <cppunit/Exception.h>
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestAssert.h5 #include <cppunit/Exception.h>
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py35 class Error(Exception): pass
/haiku-fatelf/src/apps/debugger/debugger_interface/
H A DDebugEvent.h106 debug_exception_type Exception() const { return fException; } function in class:ExceptionOccurredEvent
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DText.java199 } catch (Exception e) {
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DText.java160 } catch (Exception e) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwince.c977 th->step_pc == (CORE_ADDR) ev->u.Exception.ExceptionRecord.ExceptionAddress)
1276 if (current_event.u.Exception.dwFirstChance)
1282 switch (current_event.u.Exception.ExceptionRecord.ExceptionCode)
1286 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1291 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1296 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1301 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1308 (unsigned) current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1313 current_event.u.Exception.ExceptionRecord.ExceptionAddress));
1322 current_event.u.Exception
[all...]

Completed in 209 milliseconds

1234