Searched refs:ExceptionA (Results 1 – 3 of 3) sorted by relevance
7 ExceptionA::ExceptionA() {} in ExceptionA() function in ExceptionA8 ExceptionA::~ExceptionA() {} in ~ExceptionA()23 void throwA() { throw ExceptionA(); } in throwA()
10 struct ExceptionA : ExceptionBase { struct11 ExceptionA();12 ~ExceptionA();
39 } catch (ExceptionA exception) { in catchA()130 } catch (ExceptionA exception) { in catchAny()