Home | History | Annotate | Download | only in src

Lines Matching refs:exception

22 /// throw java exception
23 static void throwJavaException(JNIEnv *env, const std::exception *e, const char *method) {
24 std::string what = "unknown exception";
28 std::string exception_type = "std::exception";
30 if(dynamic_cast<const cv::Exception*>(e)) {
31 exception_type = "cv::Exception";
38 if(!je) je = env->FindClass("java/lang/Exception");
64 } catch(const std::exception &e) {
89 } catch(const std::exception &e) {
114 } catch(const std::exception &e) {
140 } catch(const std::exception &e) {
165 } catch(const std::exception &e) {
190 } catch(const std::exception &e) {
215 } catch(const std::exception &e) {
240 } catch(const std::exception &e) {
266 } catch(const std::exception &e) {
288 } catch(const std::exception &e) {
314 } catch(const std::exception &e) {
339 } catch(const std::exception &e) {
364 } catch(const std::exception &e) {
387 } catch(const std::exception &e) {