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

/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp1538 class OurCppRunException : public std::runtime_error { class in inherits:std::runtime_error
1540 OurCppRunException(const std::string reason) : function in class:OurCppRunException
1543 OurCppRunException (const OurCppRunException &toCopy) : function in class:OurCppRunException
1546 OurCppRunException &operator = (const OurCppRunException &toCopy) {
1547 return(reinterpret_cast<OurCppRunException&>(
1551 ~OurCppRunException (void) throw () {}
1560 throw(OurCppRunException("thrown by throwCppException(...)"));
1588 catch (OurCppRunException ex
[all...]

Completed in 151 milliseconds