Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 25 of 6468) sorted by relevance

12345678910>>...259

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dclickhouse_exception.go8 type Exception struct { struct
9 Code int32
10 Name string
11 Message string
12 StackTrace string
13 nested error
16 func (e *Exception) Error() string {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dclickhouse_exception.go8 type Exception struct { struct
9 Code int32
10 Name string
11 Message string
12 StackTrace string
13 nested error
16 func (e *Exception) Error() string {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/
H A Dclickhouse_exception.go8 type Exception struct { struct
9 Code int32
10 Name string
11 Message string
12 StackTrace string
13 nested error
16 func (e *Exception) Error() string {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/settings/
H A Dsettings_privacy_controllers.h58 using Exception = EditPrivacyBox::Exception; variable
87 using Exception = EditPrivacyBox::Exception; variable
113 using Exception = EditPrivacyBox::Exception; variable
130 using Exception = EditPrivacyBox::Exception; variable
150 using Exception = EditPrivacyBox::Exception; variable
170 using Exception = EditPrivacyBox::Exception; variable
207 using Exception = EditPrivacyBox::Exception; variable
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/getsentry/raven-go/
H A Dexception.go24 type Exception struct { struct
26 Value string `json:"value"`
29 Type string `json:"type,omitempty"`
30 Module string `json:"module,omitempty"`
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"`
34 func (e *Exception) Class() string { return "exception" }
36 func (e *Exception) Culprit() string {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/getsentry/raven-go/raven-go-dffeb57df75d/
H A Dexception.go24 type Exception struct { struct
26 Value string `json:"value"`
29 Type string `json:"type,omitempty"`
30 Module string `json:"module,omitempty"`
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"`
34 func (e *Exception) Class() string { return "exception" }
36 func (e *Exception) Culprit() string {
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/cxx-0.5.10/src/
H A Dexception.rs6 pub struct Exception { struct
10 impl Display for Exception { implementation
16 impl std::error::Error for Exception {} implementation
18 impl Exception { impl
/dports/irc/anope/anope-2.0.9/include/modules/
H A Dos_session.h21 struct Exception : Serializable struct
30 Exception() : Serializable("Exception") { } in Exception() argument
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqliteexception.h45 Exception(const char *whatErrorHasHappen) in Exception() function
156 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
238 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
247 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
255 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
296 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
305 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
314 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
323 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
332 : Exception(whatErrorHasHappen, std::move(errorMessage)) in Exception() function
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/DataCommon/
H A DDataTestUtility.cs77 …private static bool CheckException<TException>(Exception ex, string exceptionMessage, bool innerEx… property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
98 …BeNull = false, Func<TException, bool> customExceptionVerifier = null) where TException : Exception property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
120 …BeNull = false, Func<TException, bool> customExceptionVerifier = null) where TException : Exception property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
134 …ll, bool innerInnerInnerExceptionMustBeNull = false) where TException : Exception where TInnerExce… property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
154 …BeNull = false, Func<TException, bool> customExceptionVerifier = null) where TException : Exception property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
175 … = null, bool innerInnerExceptionMustBeNull = false) where TException : Exception where TInnerExce… property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
196 …ll, bool innerInnerInnerExceptionMustBeNull = false) where TException : Exception where TInnerExce… property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
217 …string exceptionMessage = null, bool innerExceptionMustBeNull = false) where TException : Exception property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
222 … = null, bool innerInnerExceptionMustBeNull = false) where TException : Exception where TInnerExce… property in System.Data.SqlClient.ManualTesting.Tests.DataTestUtility
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/getsentry/raven-go/
H A Dexception.go24 type Exception struct { struct
26 Value string `json:"value"`
29 Type string `json:"type,omitempty"`
30 Module string `json:"module,omitempty"`
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"`
34 func (e *Exception) Class() string { return "exception" }
36 func (e *Exception) Culprit() string {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/getsentry/raven-go/
H A Dexception.go24 type Exception struct { struct
26 Value string `json:"value"`
29 Type string `json:"type,omitempty"`
30 Module string `json:"module,omitempty"`
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"`
34 func (e *Exception) Class() string { return "exception" }
36 func (e *Exception) Culprit() string {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/getsentry/raven-go/
H A Dexception.go24 type Exception struct { struct
26 Value string `json:"value"`
29 Type string `json:"type,omitempty"`
30 Module string `json:"module,omitempty"`
31 Stacktrace *Stacktrace `json:"stacktrace,omitempty"`
34 func (e *Exception) Class() string { return "exception" }
36 func (e *Exception) Culprit() string {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DException.java45 public class Exception extends Throwable { class
53 public Exception() { in Exception() method in Exception
65 public Exception(String message) { in Exception() method in Exception
83 public Exception(String message, Throwable cause) { in Exception() method in Exception
101 public Exception(Throwable cause) { in Exception() method in Exception
119 protected Exception(String message, Throwable cause, in Exception() method in Exception
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/src/
H A DException.cpp19 Exception::Exception(const char* aErrorMessage) : in Exception() function in SQLite::Exception
25 Exception::Exception(const std::string& aErrorMessage) : in Exception() function in SQLite::Exception
32 Exception::Exception(const char* aErrorMessage, int ret) : in Exception() function in SQLite::Exception
39 Exception::Exception(const std::string& aErrorMessage, int ret) : in Exception() function in SQLite::Exception
46 Exception::Exception(sqlite3* apSQLite) : in Exception() function in SQLite::Exception
53 Exception::Exception(sqlite3* apSQLite, int ret) : in Exception() function in SQLite::Exception
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/lang/
H A DException.java54 public class Exception extends Throwable class
66 public Exception() in Exception() method in Exception
76 public Exception(String s) in Exception() method in Exception
88 public Exception(String s, Throwable cause) in Exception() method in Exception
100 public Exception(Throwable cause) in Exception() method in Exception

12345678910>>...259