Home
last modified time | relevance | path

Searched refs:exception (Results 76 – 100 of 39714) sorted by relevance

12345678910>>...1589

/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/
H A DExceptionTests.cs53 Assert.AreEqual("Message!", exception.Message); in JsonSerializationException()
54 Assert.AreEqual(null, exception.InnerException); in JsonSerializationException()
57 Assert.AreEqual("Message!", exception.Message); in JsonSerializationException()
67 exception = new JsonWriterException("Message!"); in JsonWriterException()
68 Assert.AreEqual("Message!", exception.Message); in JsonWriterException()
69 Assert.AreEqual(null, exception.InnerException); in JsonWriterException()
72 Assert.AreEqual("Message!", exception.Message); in JsonWriterException()
83 Assert.AreEqual("Message!", exception.Message); in JsonReaderException()
87 Assert.AreEqual("Message!", exception.Message); in JsonReaderException()
99 Assert.AreEqual("Message!", exception.Message); in JsonSchemaException()
[all …]
/dports/audio/harp/harp-0.6.0/
H A Dlist.c25 int x,exception[10]; in list() local
26 for(x=1;x<10;x++)exception[x]=listconf.exception; in list()
27 exception[0]=1; in list()
30 exception[1]=exception[2]=exception[3]=exception[4]=1; in list()
39 exception[0]=exception[1]=1; in list()
51 exception[0]=exception[1]=1; in list()
63 exception[0]=exception[1]=1; in list()
93 int x,exception[10]; in listall() local
94 for(x=1;x<10;x++)exception[x]=listconf.exception; in listall()
95 exception[0]=1; in listall()
[all …]
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl/CORBA/
H A DCORBA_StandardExceptions.idl15 exception UNKNOWN ex_body; // the unknown exception
24 exception NO_PERMISSION ex_body; // no permission for
27 exception MARSHAL ex_body; // error marshaling
32 exception BAD_TYPECODE ex_body; // bad typecode
55 exception TRANSACTION_REQUIRED
57 exception TRANSACTION_ROLLEDBACK
59 exception INVALID_TRANSACTION
61 exception INV_POLICY ex_body; // invalid policy
62 exception CODESET_INCOMPATIBLE
64 exception REBIND ex_body; // rebind needed
[all …]
/dports/lang/gambit-c/gambit-4.9.3/tests/
H A Dtest6.ok72 -----> #<wrong-number-of-arguments-exception #4> on #<procedure #5>
73 -----> #<wrong-number-of-arguments-exception #6> on #<procedure #7>
74 -----> #<wrong-number-of-arguments-exception #8> on #<procedure #9>
145 -----> #<keyword-expected-exception #99> on #<procedure #100>
154 -----> #<keyword-expected-exception #112> on #<procedure #113>
186 -----> #<keyword-expected-exception #152> on #<procedure #153>
195 -----> #<keyword-expected-exception #165> on #<procedure #166>
214 -----> #<keyword-expected-exception #192> on #<procedure #193>
224 -----> #<keyword-expected-exception #206> on #<procedure #207>
539 -----> #<keyword-expected-exception #424> on #<procedure #100>
[all …]
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/ocl/
H A Derror.hpp93 class device_not_found : public std::exception
133 class out_of_resources : public std::exception
163 class mem_copy_overlap : public std::exception
203 class map_failure : public std::exception
213 class invalid_value : public std::exception
243 class invalid_device : public std::exception
253 class invalid_context : public std::exception
333 class invalid_binary : public std::exception
393 class invalid_kernel : public std::exception
493 class invalid_event : public std::exception
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Internals/System/Runtime/
H A DExceptionTrace.cs35 …ore.HandledException(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in AsInformation()
41 …dledExceptionWarning(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in AsWarning()
212 …e.UnhandledException(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in TraceUnhandledException()
222 …andledExceptionError(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in TraceHandledException()
228 …dledExceptionWarning(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in TraceHandledException()
234 …dledExceptionVerbose(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in TraceHandledException()
240 …ore.HandledException(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in TraceHandledException()
254 …his.diagnosticTrace, this.eventSourceName, exception != null ? exception.ToString() : string.Empty… in TraceEtwException()
260 …twUnhandledException(this.diagnosticTrace, exception != null ? exception.ToString() : string.Empty… in TraceEtwException()
287 …ception(this.diagnosticTrace, eventSource, exception != null ? exception.ToString() : string.Empty…
[all …]
/dports/www/matomo/piwik/plugins/Monolog/Processor/
H A DExceptionToTextProcessor.php47 $exception instanceof \Exception ? $exception->getFile() : $exception['file'],
48 $exception instanceof \Exception ? $exception->getLine() : $exception['line'],
49 $this->getStackTrace($exception)
74 …return is_array($exception) && isset($exception['message']) && isset($exception['file']) && isset(…
80 … return ErrorHandler::getErrNoString($exception->getSeverity()) . ' - ' . $exception->getMessage();
83 if (is_array($exception) && isset($exception['message'])) {
84 return $exception['message'];
87 return $exception->getMessage();
106 if (is_array($exception)) {
123 $e = $exception;
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Derror.c175 MagickWarning2(exception->severity,exception->reason, in CatchException()
182 MagickError2(exception->severity,exception->reason,exception->description); in CatchException()
187 MagickFatalError2(exception->severity,exception->reason, in CatchException()
442 exception->line=0UL; in DestroyExceptionInfo()
443 exception->signature=0UL; in DestroyExceptionInfo()
473 exception->reason=0; in GetExceptionInfo()
476 exception->module=0; in GetExceptionInfo()
477 exception->function=0; in GetExceptionInfo()
478 exception->line=0UL; in GetExceptionInfo()
963 exception->line=0UL; in ThrowException()
[all …]
/dports/dns/p5-Net-DNS/Net-DNS-1.32/t/
H A D03-parameters.t24 my ($exception) = split /\n/, "$@\n";
31 my ($exception) = split /\n/, "$@\n";
32 ok( $exception, "classbyname($testcase)\t[$exception]" );
36 my ($exception) = split /\n/, "$@\n";
37 ok( $exception, "classbyval($large)\t[$exception]" );
55 ok( $exception, "typebyname($testcase)\t[$exception]" );
60 ok( $exception, "typebyval($large)\t[$exception]" );
77 ok( $exception, "opcodebyname($testcase)\t[$exception]" );
95 ok( $exception, "rcodebyname($testcase)\t[$exception]" );
112 ok( $exception, "ednsoptionbyname($testcase)\t[$exception]" );
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/
H A DCompositionExceptionTests.cs69 Assert.Equal(e, exception.Message); in Constructor2_ValueAsMessageArgument_ShouldSetMessageProperty()
104 Assert.Null(exception.InnerException); in Constructor1_ShouldSetInnerExceptionPropertyToNull()
112 Assert.Null(exception.InnerException); in Constructor2_ShouldSetInnerExceptionPropertyToNull()
120 Assert.Null(exception.InnerException); in Constructor3_ShouldSetInnerExceptionPropertyToNull()
192 Assert.Empty(exception.Errors); in Constructor1_ShouldSetErrorsPropertyToEmpty()
200 Assert.Empty(exception.Errors); in Constructor2_NullAsErrorsArgument_ShouldSetErrorsPropertyToEmptyEnumerable()
208 Assert.Empty(exception.Errors); in Constructor2_EmptyEnumerableAsErrorsArgument_ShouldSetErrorsPropertyToEmptyEnumerable()
242 Assert.Empty(exception.Errors); in Constructor3_ShouldSetErrorsPropertyToEmpty()
250 Assert.Empty(exception.Errors); in Constructor4_ShouldSetErrorsPropertyToEmptyEnumerable()
258 Assert.Empty(exception.Errors); in Constructor5_NullAsErrorsArgument_ShouldSetErrorsPropertyToEmptyEnumerable()
[all …]
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Aws/data/importexport/2010-06-01/
H A Dapi-2.json.php3exception' => true, ], [ 'shape' => 'ExpiredJobIdException', 'exception' => true, ], [ 'shape' => …
/dports/www/nextcloud/nextcloud/3rdparty/aws/aws-sdk-php/src/data/importexport/2010-06-01/
H A Dapi-2.json.php3exception' => true, ], [ 'shape' => 'ExpiredJobIdException', 'exception' => true, ], [ 'shape' => …
/dports/devel/p5-Moose/Moose-2.2201/t/exceptions/
H A Dattribute.t11 my $exception = exception {
48 my $exception = exception {
75 my $exception = exception {
99 my $exception = exception {
125 my $exception = exception {
145 my $exception = exception {
165 my $exception = exception {
187 my $exception = exception {
218 my $exception = exception {
407 $exception = exception {
[all …]
H A Dclass-mop-class.t10 my $exception = exception {
26 my $exception = exception {
48 my $exception = exception {
69 my $exception = exception {
90 my $exception = exception {
112 my $exception = exception {
134 my $exception = exception {
158 my $exception = exception {
193 my $exception = exception {
228 my $exception = exception {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/include/isl/
H A Dcpp.h86 class exception : public std::exception {
93 exception() {} in exception() function
125 exception::exception(const char *what_arg, const char *msg, const char *file, in exception() function
136 friend exception; variable
142 friend exception; variable
148 friend exception; variable
154 friend exception; variable
160 friend exception; variable
166 friend exception; variable
172 friend exception; variable
[all …]
/dports/devel/p5-Role-Basic/Role-Basic-0.13/t/moose/
H A D004_role_composition_errors.t26 … ::isnt( ::exception { with('Foo::Role') }, undef, '... no foo method implemented by Foo::Class' );
35 …::isnt( ::exception { with('Foo::Class') }, undef, '... cannot consume a class, it must be a role'…
36 …::is( ::exception { with('Foo::Role') }, undef, '... has a foo method implemented by Bar::Class' );
47 … ::is( ::exception { with('Foo::Role') }, undef, '... has a foo method implemented by Bar::Role' );
67 ::is( ::exception { with('Foo::Role') }, undef, '... no foo method implemented by Baz::Role' );
82 …::isnt( ::exception { with('Baz::Role') }, undef, '... no foo method implemented by Baz::Class2' );
91 …::is( ::exception { with('Baz::Role') }, undef, '... has a foo method implemented by Baz::Class2' …
110 my $exception = ::exception { with('Quux::Role') };
123 my $exception = ::exception { with('Quux::Role') };
133 my $exception = ::exception { with('Quux::Role') };
[all …]
/dports/net/py-softlayer/SoftLayer-5.9.7/tests/managers/
H A Dstorage_utils_tests.py71 str(exception)
89 str(exception)
287 str(exception)
305 str(exception)
326 str(exception)
358 str(exception)
390 str(exception)
422 str(exception)
454 str(exception)
486 str(exception)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/include/isl/
H A Dcpp.h86 class exception : public std::exception {
93 exception() {} in exception() function
125 exception::exception(const char *what_arg, const char *msg, const char *file, in exception() function
136 friend exception; variable
142 friend exception; variable
148 friend exception; variable
154 friend exception; variable
160 friend exception; variable
166 friend exception; variable
172 friend exception; variable
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/include/isl/
H A Dcpp.h86 class exception : public std::exception {
93 exception() {} in exception() function
125 exception::exception(const char *what_arg, const char *msg, const char *file, in exception() function
136 friend exception; variable
142 friend exception; variable
148 friend exception; variable
154 friend exception; variable
160 friend exception; variable
166 friend exception; variable
172 friend exception; variable
[all …]
/dports/www/py-sentinelhub/sentinelhub-3.4.1/sentinelhub/download/
H A Dhandlers.py23 except requests.HTTPError as exception:
27 …ise DownloadFailedException(_create_download_failed_message(exception, request.url)) from exception
28 raise exception from exception
45 except requests.RequestException as exception:
50 raise exception from exception
73 except requests.HTTPError as exception:
77 raise exception from exception
82 def _is_temporary_problem(exception): argument
95 def _create_download_failed_message(exception, url): argument
107 if _is_temporary_problem(exception):
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/doc/ref-obsolete/
H A Derrors.tex22 derived from \exception{gsl_Error} and \exception{exceptions.ArithmeticError},
27 derived from \exception{gsl_Error} and \exception{exceptions.OverflowError}
31 derived from \exception{gsl_Error} and \exception{exceptions.ZeroDivisionError}
35 derived from \exception{gsl_Error} and \exception{exceptions.FloatingPointError}
39 is derived from \exception{gsl_Error} and from \exception{ArithmeticError} .
72 is derived from \exception{gsl_Error} and from \exception{EOFError} .
82 is derived from \exception{gsl_Error} and from \exception{FloatingPointError} .
116 is derived from \exception{gsl_Error} and from \exception{OverflowError} .
167 is derived from \exception{gsl_Error} and from \exception{OverflowError} .
170 is derived from \exception{gsl_Error} and from \exception{ZeroDivisionError} .
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/include/isl/
H A Dcpp.h86 class exception : public std::exception {
93 exception() {} in exception() function
125 exception::exception(const char *what_arg, const char *msg, const char *file, in exception() function
136 friend exception; variable
142 friend exception; variable
148 friend exception; variable
154 friend exception; variable
160 friend exception; variable
166 friend exception; variable
172 friend exception; variable
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Error/
H A DProductionExceptionHandler.php57 $this->sendStatusHeaders($exception);
60 $this->getTitle($exception),
61 $this->getMessage($exception),
63 $this->discloseExceptionInformation($exception) ? $exception->getCode() : 0
74 $filePathAndName = $exception->getFile();
75 $exceptionCodeNumber = $exception->getCode() > 0 ? '#' . $exception->getCode() . ': ' : '';
95 if ($exception->getCode() === 1396795884) {
115 protected function getTitle(\Throwable $exception) argument
117 …if ($this->discloseExceptionInformation($exception) && method_exists($exception, 'getTitle') && $e…
118 return $exception->getTitle();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DAbstractSQLiteDriver.php23 public function convertException($message, DriverException $exception) argument
25 if (strpos($exception->getMessage(), 'database is locked') !== false) {
30 strpos($exception->getMessage(), 'must be unique') !== false ||
31 strpos($exception->getMessage(), 'is not unique') !== false ||
32 strpos($exception->getMessage(), 'are not unique') !== false ||
39 strpos($exception->getMessage(), 'may not be NULL') !== false ||
45 if (strpos($exception->getMessage(), 'no such table:') !== false) {
49 if (strpos($exception->getMessage(), 'already exists') !== false) {
61 if (strpos($exception->getMessage(), 'syntax error') !== false) {
66 return new Exception\ReadOnlyException($message, $exception);
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DAbstractSQLiteDriver.php22 public function convertException($message, DriverException $exception) argument
24 if (strpos($exception->getMessage(), 'database is locked') !== false) {
28 if (strpos($exception->getMessage(), 'must be unique') !== false ||
29 strpos($exception->getMessage(), 'is not unique') !== false ||
30 strpos($exception->getMessage(), 'are not unique') !== false ||
36 if (strpos($exception->getMessage(), 'may not be NULL') !== false ||
42 if (strpos($exception->getMessage(), 'no such table:') !== false) {
46 if (strpos($exception->getMessage(), 'already exists') !== false) {
58 if (strpos($exception->getMessage(), 'syntax error') !== false) {
63 return new Exception\ReadOnlyException($message, $exception);
[all …]

12345678910>>...1589