Searched refs:ExceptionA (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp7 ExceptionA::ExceptionA() {} function in class:ExceptionA
8 ExceptionA::~ExceptionA() {}
23 void throwA() { throw ExceptionA(); }
H A Dexceptions.h10 struct ExceptionA : ExceptionBase { struct in inherits:ExceptionBase
11 ExceptionA();
12 ~ExceptionA();
H A Dexception-test.cpp12 static const char *kCaughtA = "ExceptionA";
39 } catch (ExceptionA exception) {
130 } catch (ExceptionA exception) {

Completed in 50 milliseconds