Home
last modified time | relevance | path

Searched full:cause (Results 1 – 25 of 13614) sorted by relevance

12345678910>>...545

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/
Dmatcher.pb.validate.go48 cause: err,
62 cause: err,
74 cause: err,
89 cause error member
99 // Cause function returns cause value.
100 func (e MatcherValidationError) Cause() error { return e.cause } func
110 cause := ""
111 if e.cause != nil {
112 cause = fmt.Sprintf(" | caused by: %v", e.cause)
125 cause)
[all …]
Drange.pb.validate.go52 cause: err,
67 cause error member
77 // Cause function returns cause value.
78 func (e Int64RangeMatcherValidationError) Cause() error { return e.cause } func
90 cause := ""
91 if e.cause != nil {
92 cause = fmt.Sprintf(" | caused by: %v", e.cause)
105 cause)
114 Cause() error
134 cause: err,
[all …]
Dip.pb.validate.go51 cause: err,
66 cause error member
76 // Cause function returns cause value.
77 func (e IPMatcherValidationError) Cause() error { return e.cause } func
87 cause := ""
88 if e.cause != nil {
89 cause = fmt.Sprintf(" | caused by: %v", e.cause)
102 cause)
111 Cause() error
138 cause: err,
[all …]
Ddomain.pb.validate.go52 cause: err,
67 cause error member
77 // Cause function returns cause value.
78 func (e ServerNameMatcherValidationError) Cause() error { return e.cause } func
90 cause := ""
91 if e.cause != nil {
92 cause = fmt.Sprintf(" | caused by: %v", e.cause)
105 cause)
114 Cause() error
138 cause: err,
[all …]
Dregex.pb.validate.go67 cause: err,
88 cause error member
98 // Cause function returns cause value.
99 func (e RegexMatcherValidationError) Cause() error { return e.cause } func
109 cause := ""
110 if e.cause != nil {
111 cause = fmt.Sprintf(" | caused by: %v", e.cause)
124 cause)
133 Cause() error
153 cause error member
[all …]
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DApiExceptionFactory.java40 Throwable cause, StatusCode statusCode, boolean retryable) { in createException() argument
41 return createException(cause, statusCode, retryable, null); in createException()
45 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in createException() argument
48 return new CancelledException(message, cause, statusCode, retryable); in createException()
50 return new NotFoundException(message, cause, statusCode, retryable); in createException()
52 return new InvalidArgumentException(message, cause, statusCode, retryable); in createException()
54 return new DeadlineExceededException(message, cause, statusCode, retryable); in createException()
56 return new AlreadyExistsException(message, cause, statusCode, retryable); in createException()
58 return new PermissionDeniedException(message, cause, statusCode, retryable); in createException()
60 return new ResourceExhaustedException(message, cause, statusCode, retryable); in createException()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/annotations/v3/
Dstatus.pb.validate.go54 cause error member
64 // Cause function returns cause value.
65 func (e FileStatusAnnotationValidationError) Cause() error { return e.cause } func
77 cause := ""
78 if e.cause != nil {
79 cause = fmt.Sprintf(" | caused by: %v", e.cause)
92 cause)
101 Cause() error
123 cause error member
133 // Cause function returns cause value.
[all …]
Dmigrate.pb.validate.go54 cause error member
64 // Cause function returns cause value.
65 func (e MigrateAnnotationValidationError) Cause() error { return e.cause } func
77 cause := ""
78 if e.cause != nil {
79 cause = fmt.Sprintf(" | caused by: %v", e.cause)
92 cause)
101 Cause() error
125 cause error member
135 // Cause function returns cause value.
[all …]
/external/clang/test/SemaObjC/
Dcircular-container.m57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular …
58 …"key"]; // expected-warning {{adding '_dictionary' to '_dictionary' might cause circular dependenc…
59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen…
60 …edSet]; // expected-warning {{adding '_countedSet' to '_countedSet' might cause circular dependenc…
61 …edSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' might cause circular dependenc…
65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai…
69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend…
73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai…
[all …]
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DCodePointSetData.mjs108 …const cause = new DataError(diplomatRuntime.internalConstructor, diplomatRuntime.enumDiscriminant(…
109 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
146 …const cause = new DataError(diplomatRuntime.internalConstructor, diplomatRuntime.enumDiscriminant(…
147 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
184 …const cause = new DataError(diplomatRuntime.internalConstructor, diplomatRuntime.enumDiscriminant(…
185 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
222 …const cause = new DataError(diplomatRuntime.internalConstructor, diplomatRuntime.enumDiscriminant(…
223 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
260 …const cause = new DataError(diplomatRuntime.internalConstructor, diplomatRuntime.enumDiscriminant(…
261 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/udpa/annotations/
Dmigrate.pb.validate.go54 cause error member
64 // Cause function returns cause value.
65 func (e MigrateAnnotationValidationError) Cause() error { return e.cause } func
77 cause := ""
78 if e.cause != nil {
79 cause = fmt.Sprintf(" | caused by: %v", e.cause)
92 cause)
101 Cause() error
125 cause error member
135 // Cause function returns cause value.
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/v3/
Drange.pb.validate.go55 cause error member
65 // Cause function returns cause value.
66 func (e Int64RangeValidationError) Cause() error { return e.cause } func
76 cause := ""
77 if e.cause != nil {
78 cause = fmt.Sprintf(" | caused by: %v", e.cause)
91 cause)
100 Cause() error
123 cause error member
133 // Cause function returns cause value.
[all …]
Dcel.pb.validate.go53 cause: err,
65 cause: err,
86 cause error member
96 // Cause function returns cause value.
97 func (e CelExpressionValidationError) Cause() error { return e.cause } func
107 cause := ""
108 if e.cause != nil {
109 cause = fmt.Sprintf(" | caused by: %v", e.cause)
122 cause)
131 Cause() error
[all …]
/external/guava/android/guava/src/com/google/common/util/concurrent/
DExecutionError.java22 * ExecutionException}, the error's {@linkplain #getCause() cause} comes from a failed task,
23 * possibly run in another thread. That cause should itself be an {@code Error}; if not, use {@code
34 * Ideally, this class would have exposed only constructors that require a non-null cause. See
38 * (That would also have ensured that its cause was always an Error, rather than possibly another
44 * Creates a new instance with {@code null} as its detail message and no cause.
46 * @deprecated Prefer {@linkplain ExecutionError(Error)} a constructor that accepts a cause: Users
47 * of this class typically expect for instances to have a non-null cause. At the moment, you
48 * can <i>usually</i> still preserve behavior by passing an explicit {@code null} cause. Note,
49 * however, that passing an explicit {@code null} cause prevents anyone from calling {@link
51 * cause.
[all …]
DUncheckedExecutionException.java22 * ExecutionException}, the exception's {@linkplain #getCause() cause} comes from a failed task,
39 * Ideally, this class would have exposed only constructors that require a non-null cause. See
43 * (Perhaps it should also have required that its cause was a RuntimeException. However, that
49 * Creates a new instance with {@code null} as its detail message and no cause.
52 * accepts a cause: Users of this class typically expect for instances to have a non-null
53 * cause. At the moment, you can <i>usually</i> still preserve behavior by passing an explicit
54 * {@code null} cause. Note, however, that passing an explicit {@code null} cause prevents
56 * constructor that omits the cause.
62 * Creates a new instance with the given detail message and no cause.
65 * that accepts a cause: Users of this class typically expect for instances to have a non-null
[all …]
/external/guava/guava/src/com/google/common/util/concurrent/
DExecutionError.java22 * ExecutionException}, the error's {@linkplain #getCause() cause} comes from a failed task,
23 * possibly run in another thread. That cause should itself be an {@code Error}; if not, use {@code
34 * Ideally, this class would have exposed only constructors that require a non-null cause. See
38 * (That would also have ensured that its cause was always an Error, rather than possibly another
44 * Creates a new instance with {@code null} as its detail message and no cause.
46 * @deprecated Prefer {@linkplain ExecutionError(Error)} a constructor that accepts a cause: Users
47 * of this class typically expect for instances to have a non-null cause. At the moment, you
48 * can <i>usually</i> still preserve behavior by passing an explicit {@code null} cause. Note,
49 * however, that passing an explicit {@code null} cause prevents anyone from calling {@link
51 * cause.
[all …]
DUncheckedExecutionException.java22 * ExecutionException}, the exception's {@linkplain #getCause() cause} comes from a failed task,
39 * Ideally, this class would have exposed only constructors that require a non-null cause. See
43 * (Perhaps it should also have required that its cause was a RuntimeException. However, that
49 * Creates a new instance with {@code null} as its detail message and no cause.
52 * accepts a cause: Users of this class typically expect for instances to have a non-null
53 * cause. At the moment, you can <i>usually</i> still preserve behavior by passing an explicit
54 * {@code null} cause. Note, however, that passing an explicit {@code null} cause prevents
56 * constructor that omits the cause.
62 * Creates a new instance with the given detail message and no cause.
65 * that accepts a cause: Users of this class typically expect for instances to have a non-null
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/core/v3/
Dcollection_entry.pb.validate.go53 cause: err,
65 cause: err,
86 cause error member
96 // Cause function returns cause value.
97 func (e CollectionEntryValidationError) Cause() error { return e.cause } func
107 cause := ""
108 if e.cause != nil {
109 cause = fmt.Sprintf(" | caused by: %v", e.cause)
122 cause)
131 Cause() error
[all …]
Dresource_locator.pb.validate.go70 cause: err,
86 cause: err,
101 cause error member
111 // Cause function returns cause value.
112 func (e ResourceLocatorValidationError) Cause() error { return e.cause } func
122 cause := ""
123 if e.cause != nil {
124 cause = fmt.Sprintf(" | caused by: %v", e.cause)
137 cause)
146 Cause() error
[all …]
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
DLogConfigurationException.java56 * Construct a new exception with the specified cause and a derived detail
59 * @param cause
60 * The underlying cause
62 public LogConfigurationException(Throwable cause) { in LogConfigurationException() argument
64 this((cause == null) ? null : cause.toString(), cause); in LogConfigurationException()
69 * Construct a new exception with the specified detail message and cause.
73 * @param cause
74 * The underlying cause
76 public LogConfigurationException(String message, Throwable cause) { in LogConfigurationException() argument
77 super(message + " (Caused by " + cause + ")"); in LogConfigurationException()
[all …]
/external/apache-http/src/org/apache/commons/logging/
DLogConfigurationException.java60 * Construct a new exception with the specified cause and a derived
63 * @param cause The underlying cause
65 public LogConfigurationException(Throwable cause) { in LogConfigurationException() argument
67 this((cause == null) ? null : cause.toString(), cause); in LogConfigurationException()
73 * Construct a new exception with the specified detail message and cause.
76 * @param cause The underlying cause
78 public LogConfigurationException(String message, Throwable cause) { in LogConfigurationException() argument
80 super(message + " (Caused by " + cause + ")"); in LogConfigurationException()
81 this.cause = cause; // Two-argument version requires JDK 1.4 or later in LogConfigurationException()
87 * The underlying cause of this exception.
[all …]
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/
DSdkException.java33 … super(messageFromBuilder(builder), builder.cause(), true, writableStackTraceFromBuilder(builder)); in SdkException()
37 …sage from the builder, if it's specified, otherwise inherit the message from the "cause" exception.
44 if (builder.cause() != null) { in messageFromBuilder()
45 return builder.cause().getMessage(); in messageFromBuilder()
55 public static SdkException create(String message, Throwable cause) { in create() argument
56 return SdkException.builder().message(message).cause(cause).build(); in create()
86 * @param cause The exception that caused this exception to occur.
89 Builder cause(Throwable cause); in cause() argument
96 Throwable cause(); in cause() method
137 protected Throwable cause; field in SdkException.BuilderImpl
[all …]
/external/jsoup/src/main/java/org/jsoup/
DSerializationException.java9 * Creates and initializes a new serialization exception with no error message and cause.
16 * Creates and initializes a new serialization exception with the given error message and no cause.
26 …* Creates and initializes a new serialization exception with the specified cause and an error mess…
27 …* <code>(cause==null ? null : cause.toString())</code> (which typically contains the class and err…
28 * <code>cause</code>).
30 * @param cause
31 * the cause of the new serialization exception (may be <code>null</code>).
33 public SerializationException(Throwable cause) { in SerializationException() argument
34 super(cause); in SerializationException()
38 * Creates and initializes a new serialization exception with the given error message and cause.
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLNonTransientExceptionTest.java331 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local
333 cause); in test_Constructor_LThrowable()
336 "The reason of SQLNonTransientException should be equals to cause.toString()", in test_Constructor_LThrowable()
344 "The cause of SQLNonTransientException set and get should be equivalent", in test_Constructor_LThrowable()
345 cause, sQLNonTransientException.getCause()); in test_Constructor_LThrowable()
361 assertNull("The cause of SQLNonTransientException should be null", in test_Constructor_LThrowable_1()
369 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local
371 "MYTESTSTRING", cause); in test_Constructor_LStringLThrowable()
381 "The cause of SQLNonTransientException set and get should be equivalent", in test_Constructor_LStringLThrowable()
382 cause, sQLNonTransientException.getCause()); in test_Constructor_LStringLThrowable()
[all …]
DSQLTransactionRollbackExceptionTest.java368 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local
370 cause); in test_Constructor_LThrowable()
373 … "The reason of SQLTransactionRollbackException should be equals to cause.toString()", in test_Constructor_LThrowable()
383 "The cause of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LThrowable()
384 cause, sQLTransactionRollbackException.getCause()); in test_Constructor_LThrowable()
404 "The cause of SQLTransactionRollbackException should be null", in test_Constructor_LThrowable_1()
412 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local
414 "MYTESTSTRING", cause); in test_Constructor_LStringLThrowable()
426 "The cause of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LStringLThrowable()
427 cause, sQLTransactionRollbackException.getCause()); in test_Constructor_LStringLThrowable()
[all …]

12345678910>>...545