Home
last modified time | relevance | path

Searched refs:exception_class (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/www/py-selenium/selenium-3.141.0/selenium/webdriver/remote/
H A Derrorhandler.py140 exception_class = ErrorInResponseException
144 exception_class = NoSuchFrameException
146 exception_class = NoSuchWindowException
166 exception_class = TimeoutException
168 exception_class = TimeoutException
170 exception_class = WebDriverException
182 exception_class = JavascriptException
188 exception_class = NoSuchCookieException
190 exception_class = ScreenshotException
202 exception_class = WebDriverException
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webdriver/pylib/selenium/webdriver/remote/
H A Derrorhandler.py84 exception_class = ErrorInResponseException
86 exception_class = NoSuchElementException
88 exception_class = NoSuchFrameException
90 exception_class = NoSuchWindowException
104 exception_class = WebDriverException
106 exception_class = WebDriverException
108 exception_class = TimeoutException
110 exception_class = TimeoutException
112 exception_class = WebDriverException
122 exception_class = WebDriverException
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/selenium/webdriver/remote/
H A Derrorhandler.py84 exception_class = ErrorInResponseException
86 exception_class = NoSuchElementException
88 exception_class = NoSuchFrameException
90 exception_class = NoSuchWindowException
104 exception_class = WebDriverException
106 exception_class = WebDriverException
108 exception_class = TimeoutException
110 exception_class = TimeoutException
112 exception_class = WebDriverException
122 exception_class = WebDriverException
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbiexpt.hpp271 exception_class(__VA_ARGS__), #exception_class)
419 exception_class(exception_arg), #exception_class)
438 exception_class(exception_arg), #exception_class)
455 exception_class(exception_arg), #exception_class)
479 exception_class exception_args, #exception_class)
501 exception_class exception_args, #exception_class)
521 exception_class exception_args, #exception_class)
534 throw exception_class(__VA_ARGS__)
1268 this->x_ThrowSanityCheck(typeid(exception_class), #exception_class); \
1273 exception_class(const exception_class& other) \
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbiexpt.hpp271 exception_class(__VA_ARGS__), #exception_class)
419 exception_class(exception_arg), #exception_class)
438 exception_class(exception_arg), #exception_class)
455 exception_class(exception_arg), #exception_class)
479 exception_class exception_args, #exception_class)
501 exception_class exception_args, #exception_class)
521 exception_class exception_args, #exception_class)
534 throw exception_class(__VA_ARGS__)
1268 this->x_ThrowSanityCheck(typeid(exception_class), #exception_class); \
1273 exception_class(const exception_class& other) \
[all …]
/dports/www/py-betamax/betamax-0.8.1/tests/unit/
H A Dtest_exceptions.py15 for exception_class in exception_classes():
16 assert isinstance(exception_class('msg'), exceptions.BetamaxError)
20 for exception_class in exception_classes():
21 if exception_class.__name__ == 'ValidationError' or \
22 not exception_class.__name__.endswith('ValidationError'):
24 assert exception_class in validation_error_map_values
27 for exception_class in exception_classes():
28 if not exception_class.__name__.endswith('ValidationError'):
30 assert isinstance(exception_class('msg'),
/dports/lang/ruby26/ruby-2.6.9/test/net/smtp/
H A Dtest_response.rb65 assert_equal Net::SMTPServerBusy, res.exception_class
67 assert_equal Net::SMTPServerBusy, res.exception_class
72 assert_equal Net::SMTPSyntaxError, res.exception_class
75 assert_equal Net::SMTPSyntaxError, res.exception_class
80 assert_equal Net::SMTPAuthenticationError, res.exception_class
83 assert_equal Net::SMTPAuthenticationError, res.exception_class
88 assert_equal Net::SMTPFatalError, res.exception_class
91 assert_equal Net::SMTPFatalError, res.exception_class
96 assert_equal Net::SMTPUnknownError, res.exception_class
/dports/devel/p5-Test-Unit/Test-Unit-0.25/lib/Test/Unit/Assertion/
H A DException.pm14 my $exception_class = shift;
15 croak "$class\::new needs an exception class" unless $exception_class;
16 bless \$exception_class => $class;
22 my $exception_class = $$self;
28 catch $exception_class with {
33 $self->fail(@_ ? $_[0] : "No $exception_class was raised");
/dports/math/py-uncertainties/uncertainties-3.1.6/uncertainties/
H A Dtest_umath.py252 exception_class = err_math.__class__
256 except exception_class as err_ufloat:
259 raise Exception('%s exception expected' % exception_class.__name__)
262 except exception_class as err_ufloat:
265 raise Exception('%s exception expected' % exception_class.__name__)
268 except exception_class as err_ufloat:
271 raise Exception('%s exception expected' % exception_class.__name__)
317 exception_class = err_math.__class__
323 except exception_class as err: # "as err", for Python 2.6+
326 raise Exception('%s exception expected' % exception_class.__name__)
[all …]
/dports/devel/py-behave/behave-1.2.6/tests/issues/
H A Dtest_issue0458.py36 def raise_exception(exception_class, message): argument
37 raise exception_class(message)
45 def test_issue(exception_class, message): argument
46 with pytest.raises(exception_class) as e:
48 raise_exception(exception_class, message)
/dports/net/nbdkit/nbdkit-1.20.4/plugins/ruby/
H A Druby.c97 enum exception_class { enum
254 enum exception_class exception_happened; in plugin_rb_config_complete()
278 enum exception_class exception_happened; in plugin_rb_open()
309 enum exception_class exception_happened; in plugin_rb_get_size()
329 enum exception_class exception_happened; in plugin_rb_pread()
357 enum exception_class exception_happened; in plugin_rb_pwrite()
377 enum exception_class exception_happened; in plugin_rb_flush()
395 enum exception_class exception_happened; in plugin_rb_trim()
415 enum exception_class exception_happened; in plugin_rb_zero()
440 enum exception_class exception_happened; in plugin_rb_can_write()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/util/
H A Dexception_formatter.py16 def PrintFormattedException(exception_class=None, exception=None, tb=None, argument
19 (exception_class, exception, tb))
20 assert bool(exception_class) == bool(exception) == bool(tb), (
23 if not exception_class:
24 exception_class, exception, tb = sys.exc_info()
26 if exception_class == exceptions.IntentionalException:
36 exception_list = traceback.format_exception_only(exception_class, exception)
/dports/textproc/py-misaka/misaka-2.1.1/tests/
H A Dchibitest.py35 def _exc_name(exception_class): argument
36 if not inspect.isclass(exception_class):
37 exception_class = exception_class.__class__
40 exception_class.__module__,
41 exception_class.__name__)
112 def raises(self, exception_class=Exception): argument
113 name = _exc_name(exception_class)
120 except exception_class:
128 def not_raises(self, exception_class=Exception): argument
129 name = _exc_name(exception_class)
[all …]
/dports/devel/p5-Test-Unit/Test-Unit-0.25/t/tlib/
H A DExceptionChecker.pm23 my ($exception_class, @tests) = @_;
37 catch $exception_class with {
48 $self->check_exception($exception_class, $expected, $exception);
67 my ($exception_class, $expected, $exception) = @_;
69 -text => "Didn't get $exception_class `$expected'",
75 -text => "Expected $exception_class `$expected', got `$got'",
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/services/jira/requests/
H A Dbase_shared_examples.rb25 stub_client_and_raise(exception_class, exception_message)
75 exception_class: Timeout::Error.name,
84 def stub_client_and_raise(exception_class, message = '') argument
86 message = double(body: message) if exception_class == JIRA::HTTPError
88 allow_next(JIRA::Client).to receive(:get).and_raise(exception_class, message)
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/common/
H A Dtest_exception.py35 for exception_name, exception_class in TestAgentError.agent_exceptions:
36 exception_instance = exception_class("A test Message")
43 for exception_name, exception_class in TestAgentError.agent_exceptions:
44 exception_instance = exception_class("A test Message", inner_exception)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp65 exception_class(const exception_class& other) \
71 virtual ~exception_class(void) throw() {} \
72 const char* GetType(void) const override {return #exception_class;} \
76 return typeid(*this) == typeid(exception_class) ? \
81 return new exception_class(*this); \
83 NCBI_EXCEPTION_DEFAULT_THROW(exception_class) \
85 exception_class(void) {} \
88 return new exception_class(*this); \
92 static void xx_unused_##exception_class(void)
717 NCBI_NS_NCBI::CDB_Exception::MakeException<exception_class>( \
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp65 exception_class(const exception_class& other) \
71 virtual ~exception_class(void) throw() {} \
72 const char* GetType(void) const override {return #exception_class;} \
76 return typeid(*this) == typeid(exception_class) ? \
81 return new exception_class(*this); \
83 NCBI_EXCEPTION_DEFAULT_THROW(exception_class) \
85 exception_class(void) {} \
88 return new exception_class(*this); \
92 static void xx_unused_##exception_class(void)
717 NCBI_NS_NCBI::CDB_Exception::MakeException<exception_class>( \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Deh_arm.cc46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match()
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()
50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match()
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Deh_arm.cc46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match()
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()
50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match()
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Deh_arm.cc46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match()
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()
50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match()
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_arm.cc46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match()
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()
50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match()
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/
H A Dexception.py132 def __init__(self, exception_class): argument
133 self.exception_class = exception_class
140 self.exception_class):
141 raise self.exception_class(str(exc_val)) from exc_val
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_arm.cc46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match()
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()
50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match()
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Deh_arm.cc46 = __is_gxx_forced_unwind_class(ue_header->exception_class); in __cxa_type_match()
48 = !forced_unwind && !__is_gxx_exception_class(ue_header->exception_class); in __cxa_type_match()
50 = __is_dependent_exception(ue_header->exception_class); in __cxa_type_match()
101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup()
142 if (__is_gxx_exception_class(header->unwindHeader.exception_class)) in __gnu_end_cleanup()

12345678910>>...60