Home
last modified time | relevance | path

Searched defs:exceptionMessage (Results 1 – 25 of 35) sorted by relevance

12

/external/aws-sdk-java-v2/services/s3control/src/test/java/software/amazon/awssdk/services/s3control/
DBuilderClientContextParamsTest.java138 private final String exceptionMessage; field in BuilderClientContextParamsTest.TestCase
162 public String exceptionMessage() { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase
179 private String exceptionMessage; field in BuilderClientContextParamsTest.TestCase.Builder
198 public Builder exceptionMessage(String exceptionMessage) { in exceptionMessage() argument
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/
DBuilderClientContextParamsTest.java250 private final String exceptionMessage; field in BuilderClientContextParamsTest.TestCase
274 public String exceptionMessage() { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase
291 private String exceptionMessage; field in BuilderClientContextParamsTest.TestCase.Builder
310 public Builder exceptionMessage(String exceptionMessage) { in exceptionMessage() argument
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
DResourceNotFoundException.java45 public ResourceNotFoundException(final String exceptionMessage) in ResourceNotFoundException()
56 public ResourceNotFoundException(final String exceptionMessage, final Throwable t) in ResourceNotFoundException()
68 …public ResourceNotFoundException(final String exceptionMessage, final Throwable t, final String[] … in ResourceNotFoundException()
DMacroOverflowException.java38 public MacroOverflowException(final String exceptionMessage) in MacroOverflowException()
47 public MacroOverflowException(final String exceptionMessage, final Throwable wrapped) in MacroOverflowException()
58 …public MacroOverflowException(final String exceptionMessage, final Throwable wrapped, final String… in MacroOverflowException()
DParseErrorException.java78 public ParseErrorException(String exceptionMessage) in ParseErrorException()
176 public ParseErrorException(String exceptionMessage, Info info) in ParseErrorException()
191 public ParseErrorException(String exceptionMessage, Info info, String[] stacktrace) in ParseErrorException()
207 public ParseErrorException(String exceptionMessage, Info info, String invalidSyntax) in ParseErrorException()
DVelocityException.java51 public VelocityException(final String exceptionMessage) in VelocityException()
61 public VelocityException(final String exceptionMessage, final Throwable wrapped) in VelocityException()
72 …public VelocityException(final String exceptionMessage, final Throwable wrapped, final String[] vt… in VelocityException()
DMathException.java36 public MathException(final String exceptionMessage) in MathException()
46 public MathException(final String exceptionMessage, final String[] stacktrace) in MathException()
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/
DResourceManagerImplTest.java451 String exceptionMessage = "Internal Error"; in testRetryableException() local
472 String exceptionMessage = "Project " + PARTIAL_PROJECT.getProjectId() + " not found."; in testNonRetryableException() local
493 String exceptionMessage = "Artificial runtime exception"; in testRuntimeException() local
532 String exceptionMessage = "Not Found"; in testTestOrgPermissionsWithResourceManagerException() local
577 String exceptionMessage = "Should fail because the organization policy doesn't exist."; in testClearOrgPolicyWithResourceManagerException() local
620 String exceptionMessage = "Not Found"; in testGetEffectiveOrgPolicyWithResourceManagerException() local
662 String exceptionMessage = "Not Found"; in testGetOrgPolicyWithResourceManagerException() local
709 String exceptionMessage = "Not Found"; in listAvailableOrgPolicyConstraintsWithResourceManagerException() local
756 String exceptionMessage = "Not Found"; in testListOrgPoliciesWithResourceManagerException() local
798 String exceptionMessage = "Not Found"; in testSetOrgPolicyWithResourceManagerException() local
/external/volley/core/src/main/java/com/android/volley/
DVolleyError.java33 public VolleyError(String exceptionMessage) { in VolleyError()
38 public VolleyError(String exceptionMessage, Throwable reason) { in VolleyError()
/external/aws-sdk-java-v2/test/region-testing/src/test/java/software/amazon/awssdk/regiontesting/
DEndpointVariantsTest.java143 private final String exceptionMessage; field in EndpointVariantsTest.FailureCase
145 … public FailureCase(String service, String region, String exceptionMessage, EndpointTag... tags) { in FailureCase()
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/token/credentials/
DSdkTokenProviderChainTest.java157 private final String exceptionMessage; field in SdkTokenProviderChainTest.MockTokenProvider
164 private MockTokenProvider(String exceptionMessage) { in MockTokenProvider()
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
DAwsCredentialsProviderChainTest.java177 private final String exceptionMessage; field in AwsCredentialsProviderChainTest.MockCredentialsProvider
184 private MockCredentialsProvider(String exceptionMessage) { in MockCredentialsProvider()
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
DFipsEndpointTest.java149 private final String exceptionMessage; field in FipsEndpointTest.FailureCase
155 String exceptionMessage, in FailureCase()
DDualstackEndpointTest.java149 private final String exceptionMessage; field in DualstackEndpointTest.FailureCase
155 String exceptionMessage, in FailureCase()
/external/mockito/src/test/java/org/mockito/internal/verification/
DDescriptionTest.java40 String exceptionMessage = "original error message"; in verification_failure_should_prepend_expected_message() local
/external/mockito/src/test/java/org/mockitoutil/
DThrowableAssert.java35 public ThrowableAssert throwsMessage(String exceptionMessage) { in throwsMessage()
DJUnitResultAssert.java83 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { in fails()
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/integrations/espresso/
DAccessibilityViewCheckException.java59 StringBuilder exceptionMessage = new StringBuilder(); in getMessage() local
/external/gson/gson/src/main/java/com/google/gson/internal/
DUnsafeAllocator.java39 String exceptionMessage = ConstructorConstructor.checkInstantiable(c); in assertInstantiable() local
/external/junit/src/main/java/junit/framework/
DTestFailure.java57 public String exceptionMessage() { in exceptionMessage() method in TestFailure
/external/armnn/src/backends/backendsCommon/test/
DBackendRegistryTests.cpp121 const std::string exceptionMessage("Mock error message to test unavailable backend"); variable
/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/
DTranslateImplTest.java402 String exceptionMessage = "Not Implemented"; in testNonRetryableException() local
423 String exceptionMessage = "Artificial runtime exception"; in testRuntimeException() local
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerStub.java36 private final AtomicReference<String> exceptionMessage = new AtomicReference<>(); field in AltsHandshakerStub
/external/junit/src/main/java/org/junit/internal/
DComparisonCriteria.java43 String exceptionMessage = outer ? header : ""; in arrayEquals() local
/external/opencensus-java/exporters/metrics/util/src/main/java/io/opencensus/exporter/metrics/util/
DMetricReader.java178 private static String exceptionMessage(Throwable e) { in exceptionMessage() method in MetricReader

12