Home | History | Annotate | Download | only in src

Lines Matching refs:exception

211         throw(std::exception());
217 throw(std::exception());
224 throw(std::exception());
275 catch(cv::Exception& e) { \
276 LOGE0("\n %s: ERROR: OpenCV Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
277 } catch(std::exception& e) { \
278 LOGE0("\n %s: ERROR: Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
280 LOGE0("\n %s: ERROR: UNKNOWN Exception caught\n\n", CV_Func); \