Home
last modified time | relevance | path

Searched refs:excep (Results 1 – 25 of 936) sorted by relevance

12345678910>>...38

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/JavaWrappers/
H A DRDKitExceptions.i45 if (excep)
46 jenv->ThrowNew(excep, $1.what());
60 if (excep)
61 jenv->ThrowNew(excep, $1.what());
74 if (excep)
75 jenv->ThrowNew(excep, $1.what());
88 if (excep)
102 if (excep)
116 if (excep)
130 if (excep)
[all …]
H A DSanitException.i49 jclass excep = jenv->FindClass("java/lang/ClassCastException"); variable
50 if (excep) {
51 jenv->ThrowNew(excep, "dynamic_cast exception");
64 jclass excep = jenv->FindClass("java/lang/ClassCastException"); variable
65 if (excep) {
66 jenv->ThrowNew(excep, "dynamic_cast exception");
79 jclass excep = jenv->FindClass("java/lang/ClassCastException"); variable
80 if (excep) {
81 jenv->ThrowNew(excep, "dynamic_cast exception");
95 if (excep) {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfilinsreq.cxx58 NameClashException excep; in XInteractionRequestImpl() local
59 excep.Name = aClashingName; in XInteractionRequestImpl()
60 excep.Classification = InteractionClassification_ERROR; in XInteractionRequestImpl()
61 excep.Context = m_xOrigin; in XInteractionRequestImpl()
63 aAny <<= excep; in XInteractionRequestImpl()
67 InteractiveAugmentedIOException excep; in XInteractionRequestImpl() local
68 excep.Code = IOErrorCode_INVALID_CHARACTER; in XInteractionRequestImpl()
73 excep.Arguments = { Any(prop) }; in XInteractionRequestImpl()
74 excep.Classification = InteractionClassification_ERROR; in XInteractionRequestImpl()
75 excep.Context = m_xOrigin; in XInteractionRequestImpl()
[all …]
H A Dfilglob.cxx261 IllegalArgumentException excep; in throw_handler() local
262 excep.ArgumentPosition = 0; in throw_handler()
547 NameClashException excep; in throw_handler() local
548 excep.Name = getTitle(aUncPath); in throw_handler()
567 excep.Arguments = { Any(prop) }; in throw_handler()
572 throw excep; in throw_handler()
584 NameClashException excep; in throw_handler() local
587 excep.Context = xComProc; in throw_handler()
590 throw excep; in throw_handler()
836 NameClashException excep; in throw_handler() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfilinsreq.cxx58 NameClashException excep; in XInteractionRequestImpl() local
59 excep.Name = aClashingName; in XInteractionRequestImpl()
60 excep.Classification = InteractionClassification_ERROR; in XInteractionRequestImpl()
61 excep.Context = m_xOrigin; in XInteractionRequestImpl()
63 aAny <<= excep; in XInteractionRequestImpl()
67 InteractiveAugmentedIOException excep; in XInteractionRequestImpl() local
68 excep.Code = IOErrorCode_INVALID_CHARACTER; in XInteractionRequestImpl()
75 excep.Arguments = seq; in XInteractionRequestImpl()
76 excep.Classification = InteractionClassification_ERROR; in XInteractionRequestImpl()
77 excep.Context = m_xOrigin; in XInteractionRequestImpl()
[all …]
H A Dfilglob.cxx257 IllegalArgumentException excep; in throw_handler() local
258 excep.ArgumentPosition = 0; in throw_handler()
543 NameClashException excep; in throw_handler() local
544 excep.Name = getTitle(aUncPath); in throw_handler()
565 excep.Arguments = seq; in throw_handler()
570 throw excep; in throw_handler()
582 NameClashException excep; in throw_handler() local
585 excep.Context = xComProc; in throw_handler()
588 throw excep; in throw_handler()
834 NameClashException excep; in throw_handler() local
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Djava_throws.i21 if (excep)
22 jenv->ThrowNew(excep, "Value of 10 not acceptable");
42 if (excep) {
43 jenv->ThrowNew(excep, "Test exception");
106 jclass excep = jenv->FindClass("java_throws/MyException"); in catch() local
107 if (excep) in catch()
108 jenv->ThrowNew(excep, "exception message"); in catch()
156 if (excep) in catch()
157 jenv->ThrowNew(excep, "exception message"); in catch()
175 if (excep) in catch()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCallVisualStudioMacro.cxx75 EXCEPINFO excep; in InstanceCallMacro() local
94 memset(&excep, 0, sizeof(excep)); in InstanceCallMacro()
109 " wCode: " << excep.wCode << "\n" in InstanceCallMacro()
112 if (excep.bstrSource) { in InstanceCallMacro()
116 if (excep.bstrDescription) { in InstanceCallMacro()
120 if (excep.bstrHelpFile) { in InstanceCallMacro()
129 " scode: " << excep.scode << '\n'; in InstanceCallMacro()
160 EXCEPINFO excep; in GetSolutionObject() local
170 memset(&excep, 0, sizeof(excep)); in GetSolutionObject()
204 EXCEPINFO excep; in GetSolutionFullName() local
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCallVisualStudioMacro.cxx75 EXCEPINFO excep; in InstanceCallMacro() local
94 memset(&excep, 0, sizeof(excep)); in InstanceCallMacro()
109 " wCode: " << excep.wCode << "\n" in InstanceCallMacro()
112 if (excep.bstrSource) { in InstanceCallMacro()
116 if (excep.bstrDescription) { in InstanceCallMacro()
120 if (excep.bstrHelpFile) { in InstanceCallMacro()
129 " scode: " << excep.scode << '\n'; in InstanceCallMacro()
160 EXCEPINFO excep; in GetSolutionObject() local
170 memset(&excep, 0, sizeof(excep)); in GetSolutionObject()
204 EXCEPINFO excep; in GetSolutionFullName() local
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCallVisualStudioMacro.cxx75 EXCEPINFO excep; in InstanceCallMacro() local
94 memset(&excep, 0, sizeof(excep)); in InstanceCallMacro()
109 " wCode: " << excep.wCode << "\n" in InstanceCallMacro()
112 if (excep.bstrSource) { in InstanceCallMacro()
116 if (excep.bstrDescription) { in InstanceCallMacro()
120 if (excep.bstrHelpFile) { in InstanceCallMacro()
129 " scode: " << excep.scode << '\n'; in InstanceCallMacro()
160 EXCEPINFO excep; in GetSolutionObject() local
170 memset(&excep, 0, sizeof(excep)); in GetSolutionObject()
204 EXCEPINFO excep; in GetSolutionFullName() local
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_ascom.cpp135 &dispParms, &vRes, excep, nullptr))) in ASCOM_SetBin()
171 LogExcep(hr, "set startx", *excep); in ASCOM_SetROI()
179 LogExcep(hr, "set starty", *excep); in ASCOM_SetROI()
187 LogExcep(hr, "set numx", *excep); in ASCOM_SetROI()
195 LogExcep(hr, "set numy", *excep); in ASCOM_SetROI()
414 ExcepInfo excep; in ASCOM_IsMoving() local
766 ExcepInfo excep; in Connect() local
955 ExcepInfo excep; in AbortExposure() local
1021 ExcepInfo excep; in Capture() local
1065 ExcepInfo excep; in Capture() local
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/mongodb/plugins/modules/
H A Dmongodb_shard_tag.py116 except ImportError as excep:
120 except ImportError as excep:
216 except Exception as excep:
230 except Exception as excep:
231 if hasattr(excep, 'code') and excep.code == 13:
237 module.fail_json(msg='Unknown error: %s' % to_native(excep))
238 except Exception as excep:
243 except Exception as excep:
250 except Exception as excep:
272 except Exception as excep:
[all …]
H A Dmongodb_oplog.py114 except ImportError as excep:
118 except ImportError as excep:
182 except Exception as excep:
183 module.fail_json(msg='Unable to connect to MongoDB: %s' % to_native(excep))
201 except Exception as excep:
208 except Exception as excep:
213 except Exception as excep:
221 except Exception as excep:
222 module.fail_json(msg='Unable to get member state: %s' % to_native(excep))
237 except Exception as excep:
[all …]
H A Dmongodb_stepdown.py135 except ImportError as excep:
138 except ImportError as excep:
140 % to_native(excep))
172 except Exception as excep:
179 raise excep
273 except Exception as excep:
274 if hasattr(excep, 'code') and excep.code == 13:
276 raise excep
292 except Exception as excep:
293 if hasattr(excep, 'code') and excep.code == 13:
[all …]
H A Dmongodb_shutdown.py102 except ImportError as excep:
105 except ImportError as excep:
107 % to_native(excep))
136 except Exception as excep:
137 module.fail_json(msg='Unable to connect to MongoDB: %s' % to_native(excep))
153 except Exception as excep:
160 except Exception as excep:
161 module.fail_json(msg='Unable to authenticate with MongoDB: %s' % to_native(excep))
172 except Exception as excep:
173 if "connection closed" in str(excep):
[all …]
H A Dmongodb_shard_zone.py133 except ImportError as excep:
137 except ImportError as excep:
293 except Exception as excep:
307 except Exception as excep:
308 if hasattr(excep, 'code') and excep.code == 13:
314 module.fail_json(msg='Unknown error: %s' % to_native(excep))
315 except Exception as excep:
320 except Exception as excep:
327 except Exception as excep:
375 except Exception as excep:
[all …]
H A Dmongodb_shard.py169 except Exception as excep:
170 raise excep
177 except Exception as excep:
178 raise excep
282 except Exception as excep:
283 if hasattr(excep, 'code') and excep.code == 13:
288 raise excep
290 raise excep
303 if hasattr(excep, 'code') and excep.code == 13:
307 raise excep
[all …]
H A Dmongodb_balancer.py171 except ImportError as excep:
175 except ImportError as excep:
361 except Exception as excep:
375 except Exception as excep:
376 if hasattr(excep, 'code') and excep.code == 13:
382 module.fail_json(msg='Unknown error: %s' % to_native(excep))
383 except Exception as excep:
388 except Exception as excep:
395 except Exception as excep:
493 except Exception as excep:
[all …]
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dinput-pnm.c62 at_exception_type * excep);
79 at_exception_type * excep);
83 at_exception_type * excep);
87 at_exception_type * excep);
113 at_exception_type * excep);
136 at_exception_type excep = at_exception_new(msg_func, msg_data); in input_pnm_reader() local
144 at_exception_fatal(&excep, "pnm filter: can't open file"); in input_pnm_reader()
167 at_exception_fatal (&excep, "pnm filter: invalid file"); in input_pnm_reader()
262 at_exception_type * excep) in pnm_load_ascii() argument
319 at_exception_type * excep) in pnm_load_raw() argument
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/xml/
H A Dvpattern.cpp927 throw excep; in ParseDetailElement()
1397 throw excep; in ParseLineElement()
1521 throw excep; in ParseToolBasePoint()
1564 throw excep; in ParseToolEndLine()
1570 throw excep; in ParseToolEndLine()
1608 throw excep; in ParseToolAlongLine()
1614 throw excep; in ParseToolAlongLine()
1653 throw excep; in ParseToolShoulderPoint()
1659 throw excep; in ParseToolShoulderPoint()
1698 throw excep; in ParseToolNormal()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/test/
H A DitkFastMarchingImageTopologicalTest.cxx58 catch( itk::ExceptionObject & excep ) in FastMarchingImageFilter() local
61 std::cerr << excep << std::endl; in FastMarchingImageFilter()
84 catch( itk::ExceptionObject & excep ) in FastMarchingImageFilter() local
87 std::cerr << excep << std::endl; in FastMarchingImageFilter()
104 catch( itk::ExceptionObject & excep ) in FastMarchingImageFilter() local
107 std::cerr << excep << std::endl; in FastMarchingImageFilter()
166 catch( itk::ExceptionObject & excep ) in FastMarchingImageFilter() local
169 std::cerr << excep << std::endl; in FastMarchingImageFilter()
191 std::cerr << excep << std::endl; in FastMarchingImageFilter()
205 catch( itk::ExceptionObject & excep ) in FastMarchingImageFilter() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/database/mongodb/
H A Dmongodb_shard.py200 except Exception as excep:
201 raise excep
208 except Exception as excep:
209 raise excep
271 except Exception as excep:
272 … if "not authorized on" in str(excep) or "there are no users authenticated" in str(excep):
277 raise excep
279 raise excep
291 except Exception as excep:
296 raise excep
[all …]
/dports/devel/py-oslo.vmware/oslo.vmware-3.10.0/oslo_vmware/
H A Dservice.py386 except suds.WebFault as excep:
388 if excep.fault:
389 fault_string = excep.fault.faultstring
391 doc = excep.document
416 except AttributeError as excep:
422 httplib.CannotSendHeader) as excep:
424 _("httplib error in %s.") % attr_name, excep)
426 except requests.RequestException as excep:
430 except Exception as excep:
437 str(excep).find(CONN_ABORT_ERROR)) != -1:
[all …]
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/swig/
H A Djava_preliminaries.i56 jclass excep = jenv->FindClass("java/io/IOException"); variable
57 if (excep)
58 jenv->ThrowNew(excep, ($1).getMessage());
67 jclass excep = jenv->FindClass("java/lang/RuntimeException"); in catch() local
68 if (excep){ in catch()
69 jenv->ThrowNew(excep,_ex.what()); in catch()
/dports/net-mgmt/py-msrest/msrest-0.6.21/tests/
H A Dtest_exceptions.py50 excep = HttpOperationError(deserializer, response)
52 self.assertIn("TESTING", str(excep))
53 self.assertIn("Operation returned an invalid status code", str(excep))
104 excep = ErrorResponseException(deserializer, response)
106 self.assertIn("NotOptedIn", str(excep))
107 self.assertIn("You are not allowed to download invoices", str(excep))

12345678910>>...38