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

123

/haiku/src/system/libroot/posix/glibc/include/
H A Dmath.h6 extern int __matherr (struct exception *__exc);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGException.h16 // SVG exception
30 class exception { class in namespace:agg::svg
33 ~exception()
38 exception() : m_msg(0) {} function in class:agg::svg::exception
40 exception(const char* fmt, ...) : function in class:agg::svg::exception
53 exception(const exception& exc) : function in class:agg::svg::exception
/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp25 } catch (ExceptionBase exception) {
39 } catch (ExceptionA exception) {
53 } catch (ExceptionB exception) {
67 } catch (VirtualExceptionBase exception) {
81 } catch (VirtualExceptionA exception) {
95 } catch (VirtualExceptionB exception) {
109 } catch (int exception) {
122 } catch (int exception) {
124 } catch (VirtualExceptionA exception) {
126 } catch (VirtualExceptionB exception) {
[all...]
/haiku/src/bin/pkgman/
H A Dpkgman.cpp96 } catch (BFatalErrorException& exception) {
97 if (!exception.Details().IsEmpty())
98 fprintf(stderr, "%s", exception.Details().String());
99 if (exception.Error() == B_OK) {
100 fprintf(stderr, "*** %s\n", exception.Message().String());
102 fprintf(stderr, "*** %s: %s\n", exception.Message().String(),
103 strerror(exception.Error()));
/haiku/src/tools/restest/
H A Drestest.cpp44 : filename(filename), warnings(), exception(NULL)
50 delete exception;
55 Exception* exception; member in struct:TestResult
198 } catch (Exception exception) {
199 testResult.exception = new Exception(exception);
204 || testResult.warnings.CountWarnings() > 0 || testResult.exception) {
216 if (testResult.exception) {
217 status_t error = testResult.exception->GetError();
218 const char* description = testResult.exception
[all...]
H A DException.h64 Exception(const Exception& exception) argument
65 : fError(exception.fError),
66 fDescription(exception.fDescription)
/haiku/src/tools/gensyscalls/
H A Dgensyscalls_common.h6 #include <exception>
12 struct Exception : exception {
/haiku/headers/private/storage/
H A DException.h67 Exception(const Exception& exception) argument
68 : fError(exception.fError),
69 fDescription(exception.fDescription)
/haiku/headers/tools/cppunit/cppunit/
H A DException.h6 #include <exception>
14 * Exception is an exception that serves
17 class CPPUNIT_API Exception : public std::exception
71 typedef std::exception SuperClass;
/haiku/src/tools/cppunit/cppunit/
H A DTestCase.cpp10 using std::exception;
39 catch ( exception &e ) {
43 Exception *e = new Exception( "caught unknown exception" );
H A DException.cpp20 /// Construct the exception
22 exception( other )
54 /// Destruct the exception
66 // exception() which reset the virtual table to exception.
/haiku/src/bin/
H A Dfindpaths.cpp272 } catch(BFatalErrorException& exception) {
273 if (!exception.Details().IsEmpty())
274 fprintf(stderr, "%s", exception.Details().String());
275 if (exception.Error() == B_OK) {
276 fprintf(stderr, "Error: %s\n", exception.Message().String());
278 fprintf(stderr, "Error: %s: %s\n", exception.Message().String(),
279 strerror(exception.Error()));
/haiku/src/servers/registrar/
H A DRegistrar.cpp14 #include <exception>
110 } catch (std::exception& exception) {
113 "Registrar::MessageReceived() caught exception: %s",
114 exception.what());
117 debugger("Registrar::MessageReceived() caught unknown exception");
474 } catch (std::exception& exception) {
477 "registrar main() caught exception: %s", exception
[all...]
/haiku/src/kits/media/
H A DPortPool.cpp66 } catch (std::bad_alloc& exception) {
/haiku/src/kits/debug/
H A Ddebug_support.cpp371 } catch (BPrivate::Debug::Exception& exception) {
372 return exception.Error();
432 } catch (BPrivate::Debug::Exception& exception) {
433 return exception.Error();
473 } catch (BPrivate::Debug::Exception& exception) {
474 error = exception.Error();
491 } catch (BPrivate::Debug::Exception& exception) {
492 error = exception.Error();
568 } catch (BPrivate::Debug::Exception& exception) {
569 return exception
[all...]
/haiku/src/kits/app/
H A DTokenSpace.cpp46 } catch (std::bad_alloc& exception) {
71 } catch (std::bad_alloc& exception) {
/haiku/src/tools/
H A Dset_haiku_revision.cpp268 Exception(const Exception& exception) argument
269 : fError(exception.fError),
270 fDescription(exception.fDescription)
699 } catch (Exception& exception) {
700 if (exception.Description() == "") {
701 fprintf(stderr, "%s\n", strerror(exception.Error()));
703 fprintf(stderr, "%s: %s\n", exception.Description().c_str(),
704 strerror(exception.Error()));
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp134 } catch (const EvaluationException& exception) {
136 } catch (const std::bad_alloc& exception) {
154 } catch (const EvaluationException& exception) {
156 exception.message);
158 } catch (const std::bad_alloc& exception) {
214 } catch (const EvaluationException& exception) {
216 exception.message);
218 } catch (const std::bad_alloc& exception) {
255 } catch (const EvaluationException& exception) {
257 exception
[all...]
/haiku/src/servers/package/
H A DRoot.cpp465 } catch (BFatalErrorException& exception) {
466 if (exception.Error() == B_OK) {
467 _ShowError(exception.Message());
470 exception.Message().String(), strerror(exception.Error())));
472 // TODO: Print exception.Details()?
/haiku/headers/os/media/
H A DSoundPlayer.h9 #include <exception>
24 class sound_error : public std::exception {
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp118 debug_exception_type exception)
121 fException(exception)
117 ExceptionOccurredEvent(team_id team, thread_id thread, debug_exception_type exception) argument
/haiku/src/system/libroot/os/
H A Ddebug.c43 { "Machine check exception", B_MACHINE_CHECK_EXCEPTION },
45 { "Alignment exception", B_ALIGNMENT_EXCEPTION },
47 { "Overflow exception", B_OVERFLOW_EXCEPTION },
48 { "Bounds check exception", B_BOUNDS_CHECK_EXCEPTION },
49 { "Invalid opcode exception", B_INVALID_OPCODE_EXCEPTION },
53 { "Floating point exception", B_FLOATING_POINT_EXCEPTION },
177 get_debug_exception_string(debug_exception_type exception, char *buffer, argument
180 get_debug_string(sDebugExceptionTypeStrings, "Unknown exception %lu",
181 (uint32)exception, buffer, bufferSize);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h98 class ParseException : public std::exception {
110 class StreamException : public std::exception {
H A DProtocol.cpp355 } catch (ParseException& exception) {
356 printf("Error during parsing: %s\n", exception.Message());
357 } catch (StreamException& exception) {
358 return exception.Status();
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp6 #include <exception>
68 class Error : public std::exception
302 } catch(exception& exc) {

Completed in 307 milliseconds

123