Searched refs:ExceptionBase (Results 1 – 3 of 3) sorted by relevance
5 struct ExceptionBase { struct6 ExceptionBase();7 ~ExceptionBase();10 struct ExceptionA : ExceptionBase {17 struct ExceptionB : ExceptionBase {24 struct VirtualExceptionBase : ExceptionBase {
4 ExceptionBase::ExceptionBase() {} in ExceptionBase() function in ExceptionBase5 ExceptionBase::~ExceptionBase() {} in ~ExceptionBase()22 void throwBase() { throw ExceptionBase(); } in throwBase()
25 } catch (ExceptionBase exception) { in catchBase()134 } catch (ExceptionBase exception) { in catchAny()