Searched refs:getLocalizedMessage (Results 1 - 25 of 35) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathThrowable.java60 String getLocalizedMessage(); method in interface:MathThrowable
H A DMathIllegalArgumentException.java109 public String getLocalizedMessage() { method in class:MathIllegalArgumentException
H A DMathIllegalStateException.java136 public String getLocalizedMessage() { method in class:MathIllegalStateException
H A DMathUnsupportedOperationException.java103 public String getLocalizedMessage() { method in class:MathUnsupportedOperationException
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DMathRuntimeException.java194 public String getLocalizedMessage() { method in class:MathRuntimeException
258 public String getLocalizedMessage() {
302 public String getLocalizedMessage() {
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...]
H A DMathException.java190 public String getLocalizedMessage() { method in class:MathException
/external/opencv3/modules/java/generator/src/java/
H A Dandroid+JavaCameraView.java79 Log.e(TAG, "Camera is not available (in use or does not exist): " + e.getLocalizedMessage());
90 Log.e(TAG, "Camera #" + camIdx + "failed to open: " + e.getLocalizedMessage());
128 Log.e(TAG, "Camera #" + localCameraIndex + "failed to open: " + e.getLocalizedMessage());
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSimpleFormatterTest.java90 public String getLocalizedMessage() {
/external/emma/core/java12/com/vladium/util/exception/
H A DAbstractException.java176 * Equivalent to {@link #getLocalizedMessage}.
217 public final String getLocalizedMessage () method in class:AbstractException
H A DAbstractRuntimeException.java176 * Equivalent to {@link #getLocalizedMessage}.
217 public final String getLocalizedMessage () method in class:AbstractRuntimeException
/external/nist-sip/java/gov/nist/core/net/
H A DDefaultNetworkLayer.java92 throw new SocketException( e.getLocalizedMessage() );
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/
H A DContextClassLoaderTest.java83 fail(e2.getLocalizedMessage());
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DFractionFormat.java185 ex.getLocalizedMessage());
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DAbstractStepInterpolator.java471 IOException ioe = new IOException(e.getLocalizedMessage());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DIslamicTest.java360 errln("unexpected exception that wasn't for trying to set a date to '30'. errmsg - " + iae.getLocalizedMessage());
818 errln("unexpected exception thrown - message=" +t.getLocalizedMessage());
880 errln(e.getLocalizedMessage());
968 errln("unable to parse test date string - errMsg:" +e.getLocalizedMessage());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIslamicTest.java356 errln("unexpected exception that wasn't for trying to set a date to '30'. errmsg - " + iae.getLocalizedMessage());
814 errln("unexpected exception thrown - message=" +t.getLocalizedMessage());
876 errln(e.getLocalizedMessage());
964 errln("unable to parse test date string - errMsg:" +e.getLocalizedMessage());
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince853StepInterpolator.java440 IOException ioe = new IOException(e.getLocalizedMessage());
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageChannel.java384 buf.append("SIP/2.0 400 Bad Request (" + pe.getLocalizedMessage() + ')');
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatRegressionTest.java1222 errln("ParseException not thrown for bad pattern! exception was: " + t.getLocalizedMessage());
1305 errln("parse partial match failure in lenient mode: " + pe.getLocalizedMessage());
1315 errln("unable to instantiate reference date: " + pe.getLocalizedMessage());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTest.java1218 errln("ParseException not thrown for bad pattern! exception was: " + t.getLocalizedMessage());
1301 errln("parse partial match failure in lenient mode: " + pe.getLocalizedMessage());
1311 errln("unable to instantiate reference date: " + pe.getLocalizedMessage());
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java1292 + discoveryFlaw.getLocalizedMessage());
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1051 milliseconds

12