Searched defs:RuntimeException (Results 1 – 6 of 6) sorted by relevance
17 throw new RuntimeException(); function20 throw new RuntimeException(); function23 throw new RuntimeException(); function
15 throw new RuntimeException(); function18 throw new RuntimeException(); function
91 RuntimeException() throw() : Exception("Runtime exception") {} in RuntimeException() function92 explicit RuntimeException(const char* message) throw() in RuntimeException() function
120 class RuntimeException : public Exception class
35 @implementation RuntimeException implementation