Home
last modified time | relevance | path

Searched refs:getLocalizedMessage (Results 1 – 25 of 85) sorted by relevance

1234

/external/apache-commons-math/src/main/java/org/apache/commons/math/
DMathRuntimeException.java194 public String getLocalizedMessage() { in getLocalizedMessage() method in MathRuntimeException
258 public String getLocalizedMessage() { in createArithmeticException() method
302 public String getLocalizedMessage() { in createArrayIndexOutOfBoundsException() method
346 public String getLocalizedMessage() {
365 IOException ioe = new IOException(rootCause.getLocalizedMessage());
407 public String getLocalizedMessage() {
422 … IllegalArgumentException iae = new IllegalArgumentException(rootCause.getLocalizedMessage());
464 public String getLocalizedMessage() {
508 public String getLocalizedMessage() {
552 public String getLocalizedMessage() {
[all …]
DMathException.java190 public String getLocalizedMessage() { in getLocalizedMessage() method in MathException
/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
DMathIllegalArgumentException.java60 public String getLocalizedMessage() { in getLocalizedMessage() method in MathIllegalArgumentException
61 return context.getLocalizedMessage(); in getLocalizedMessage()
DMathRuntimeException.java60 public String getLocalizedMessage() { in getLocalizedMessage() method in MathRuntimeException
61 return context.getLocalizedMessage(); in getLocalizedMessage()
DMathUnsupportedOperationException.java66 public String getLocalizedMessage() { in getLocalizedMessage() method in MathUnsupportedOperationException
67 return context.getLocalizedMessage(); in getLocalizedMessage()
DMathArithmeticException.java68 public String getLocalizedMessage() { in getLocalizedMessage() method in MathArithmeticException
69 return context.getLocalizedMessage(); in getLocalizedMessage()
DMathIllegalStateException.java80 public String getLocalizedMessage() { in getLocalizedMessage() method in MathIllegalStateException
81 return context.getLocalizedMessage(); in getLocalizedMessage()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCompatibility.java50 + e.getLocalizedMessage() in checkXmlFile()
63 + e.getLocalizedMessage() in checkXmlFile()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathThrowable.java60 String getLocalizedMessage(); in getLocalizedMessage() method
DMathUnsupportedOperationException.java103 public String getLocalizedMessage() { in getLocalizedMessage() method in MathUnsupportedOperationException
DMathIllegalArgumentException.java109 public String getLocalizedMessage() { in getLocalizedMessage() method in MathIllegalArgumentException
DMathIllegalStateException.java136 public String getLocalizedMessage() { in getLocalizedMessage() method in MathIllegalStateException
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/
DHardToCatchError.java34 public String getLocalizedMessage() { in getLocalizedMessage() method in HardToCatchError
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DCoroutineExceptionHandlerImpl.kt40 override fun getLocalizedMessage(): String { in getLocalizedMessage() method
/external/truth/core/src/main/java/com/google/common/truth/
DAssertionErrorWithFacts.java40 return checkNotNull(getLocalizedMessage()); in toString()
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DErrorDetails.java141 public com.google.cloud.compute.v1.LocalizedMessage getLocalizedMessage() { in getLocalizedMessage() method in ErrorDetails
210 output.writeMessage(404537155, getLocalizedMessage()); in writeTo()
233 404537155, getLocalizedMessage()); in getSerializedSize()
260 if (!getLocalizedMessage().equals(other.getLocalizedMessage())) return false; in equals()
287 hash = (53 * hash) + getLocalizedMessage().hashCode(); in hashCode()
572 mergeLocalizedMessage(other.getLocalizedMessage()); in mergeFrom()
894 public com.google.cloud.compute.v1.LocalizedMessage getLocalizedMessage() { in getLocalizedMessage() method in ErrorDetails.Builder
1007 getLocalizedMessage(), getParentForChildren(), isClean()); in getLocalizedMessageFieldBuilder()
DErrorDetailsOrBuilder.java67 com.google.cloud.compute.v1.LocalizedMessage getLocalizedMessage(); in getLocalizedMessage() method
/external/snakeyaml/src/test/java11/org/yaml/snakeyaml/issues/issue310/
DJava11OptionalTest.java43 + e.getLocalizedMessage()); in checkIllegalAccess()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DAdditionalFailureInfo.java107 @Nullable String message = getLocalizedMessage();
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DAdditionalFailureInfo.java107 @Nullable String message = getLocalizedMessage();
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DErrorDetails.java125 public LocalizedMessage getLocalizedMessage() { in getLocalizedMessage() method in ErrorDetails
/external/emma/core/java12/com/vladium/util/exception/
DAbstractRuntimeException.java217 public final String getLocalizedMessage () in getLocalizedMessage() method in AbstractRuntimeException
DAbstractException.java217 public final String getLocalizedMessage () in getLocalizedMessage() method in AbstractException
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSimpleFormatterTest.java91 public String getLocalizedMessage() {
/external/nist-sip/java/gov/nist/core/net/
DDefaultNetworkLayer.java92 throw new SocketException( e.getLocalizedMessage() ); in createDatagramSocket()

1234