Home
last modified time | relevance | path

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

12

/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCompatibility.java48 …errln("Couldn't read " + language + ":\t" + e.getLocalizedMessage() + ", in " + getNormalizedPathS… in checkXmlFile()
55 …errln("Couldn't write " + language + ":\t" + e.getLocalizedMessage() + ", in " + getNormalizedPath… in checkXmlFile()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathThrowable.java60 String getLocalizedMessage(); in getLocalizedMessage() method
DMathIllegalArgumentException.java109 public String getLocalizedMessage() { in getLocalizedMessage() method in MathIllegalArgumentException
DMathUnsupportedOperationException.java103 public String getLocalizedMessage() { in getLocalizedMessage() method in MathUnsupportedOperationException
DMathIllegalStateException.java136 public String getLocalizedMessage() { in getLocalizedMessage() method in MathIllegalStateException
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTime.java222 throwTimeFormatException(e2.getLocalizedMessage()); in parse()
267 throwTimeFormatException(e.getLocalizedMessage()); in parse3339()
301 throwTimeFormatException(e2.getLocalizedMessage()); in parse3339()
/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/nist-sip/java/gov/nist/core/net/
DDefaultNetworkLayer.java92 throw new SocketException( e.getLocalizedMessage() ); in createDatagramSocket()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/
DContextClassLoaderTest.java83 fail(e2.getLocalizedMessage()); in before()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSimpleFormatterTest.java90 public String getLocalizedMessage() {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIslamicTest.java371 …ed exception that wasn't for trying to set a date to '30'. errmsg - " + iae.getLocalizedMessage()); in setAndTestWholeYear()
829 errln("unexpected exception thrown - message=" +t.getLocalizedMessage()); in TestIslamicUmAlQura()
891 errln(e.getLocalizedMessage()); in TestIslamicUmAlQura()
981 errln("unable to parse test date string - errMsg:" +e.getLocalizedMessage()); in TestIslamicTabularDates()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java368 …ed exception that wasn't for trying to set a date to '30'. errmsg - " + iae.getLocalizedMessage()); in setAndTestWholeYear()
826 errln("unexpected exception thrown - message=" +t.getLocalizedMessage()); in TestIslamicUmAlQura()
888 errln(e.getLocalizedMessage()); in TestIslamicUmAlQura()
978 errln("unable to parse test date string - errMsg:" +e.getLocalizedMessage()); in TestIslamicTabularDates()
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DFractionFormat.java185 ex.getLocalizedMessage()); in format()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DExceptionDeserializationTest.java182 assertNull(exc.getLocalizedMessage()); in testNullAsMessage()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DAbstractStepInterpolator.java471 IOException ioe = new IOException(e.getLocalizedMessage()); in writeBaseExternal()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJsonMappingException.java480 public String getLocalizedMessage() { in getLocalizedMessage() method in JsonMappingException
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageChannel.java384 buf.append("SIP/2.0 400 Bad Request (" + pe.getLocalizedMessage() + ')'); in createBadReqRes()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince853StepInterpolator.java440 IOException ioe = new IOException(e.getLocalizedMessage()); in writeExternal()
/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateTime.java413 if (SHOW2) System.out.print(e.getLocalizedMessage()); in getOOData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTest.java1286 … errln("ParseException not thrown for bad pattern! exception was: " + t.getLocalizedMessage()); in TestT10110()
1371 errln("parse partial match failure in lenient mode: " + pe.getLocalizedMessage()); in TestT10334()
1381 errln("unable to instantiate reference date: " + pe.getLocalizedMessage()); in TestT10334()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTest.java1283 … errln("ParseException not thrown for bad pattern! exception was: " + t.getLocalizedMessage()); in TestT10110()
1368 errln("parse partial match failure in lenient mode: " + pe.getLocalizedMessage()); in TestT10334()
1378 errln("unable to instantiate reference date: " + pe.getLocalizedMessage()); in TestT10334()
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java1292 + discoveryFlaw.getLocalizedMessage()); in handleFlawedDiscovery()

12