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) {
85 } catch(const std::exception &e) {
113 } catch(const std::exception &e) {
137 } catch(const std::exception &e) {
166 } catch(const std::exception &e) {
188 } catch(const std::exception &e) {
213 } catch(const std::exception &e) {
245 } catch(const std::exception &e) {
270 } catch(const std::exception &e) {