HomeSort by relevance Sort by last modified time
    Searched defs:iae (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 41 IllegalArgumentException iae = new IllegalArgumentException(); local
42 AnnotationFormatError e = new AnnotationFormatError(iae);
43 assertSame(iae, e.getCause());
51 IllegalArgumentException iae = new IllegalArgumentException(); local
52 AnnotationFormatError e = new AnnotationFormatError("some message", iae);
54 assertSame(iae, e.getCause());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ServiceConfigurationErrorTest.java 48 IllegalArgumentException iae = new IllegalArgumentException( local
49 "info in the IAE");
51 iae);
53 assertEquals(iae, e.getCause());
54 assertEquals("info in the IAE", e.getCause().getMessage());
65 new IllegalArgumentException("info in the IAE")));
75 new IllegalArgumentException("info in the IAE"));
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 82 IllegalArgumentException iae = new IllegalArgumentException(); local
84 thr.initCause(iae);
85 assertEquals("getCause returns incorrect cause.", iae, thr.getCause());
93 thr.initCause(iae);
101 thr.initCause(iae);
  /libcore/ojluni/src/main/java/java/security/cert/
TrustAnchor.java 282 IllegalArgumentException iae = local
284 iae.initCause(ioe);
285 throw iae;
  /libcore/ojluni/src/main/java/javax/security/auth/x500/
X500Principal.java 183 IllegalArgumentException iae = new IllegalArgumentException local
185 iae.initCause(e);
186 throw iae;
228 IllegalArgumentException iae = new IllegalArgumentException local
230 iae.initCause(e);
231 throw iae;
268 IllegalArgumentException iae = new IllegalArgumentException local
271 iae.initCause(e);
272 throw iae;
275 IllegalArgumentException iae = new IllegalArgumentExceptio local
    [all...]
  /art/test/055-enum-performance/src/
Main.java 22 IllegalArgumentException iae = (IllegalArgumentException) expected.getCause(); local
23 if (!iae.getMessage().equals("class java.lang.String is not an enum type.")) {
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java 160 } catch (IllegalArgumentException iae) {
161 showFailure(demoShort,iae.toString());
162 iae.printStackTrace();
163 } catch (IllegalAccessException iae) {
164 showFailure(demoShort,iae.toString());
165 iae.printStackTrace();
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 497 IllegalArgumentException iae = new IllegalArgumentException(fnfe); local
498 RuntimeException re = new RuntimeException(iae);
501 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex));
  /art/test/957-methodhandle-transforms/src/
Main.java 56 final IllegalArgumentException iae = new IllegalArgumentException("boo!"); local
58 handle.invoke(iae);
61 if (expected != iae) {
62 fail("Wrong exception: expected " + iae + " but was " + expected);
106 // it's IAE and should be WMTE instead.
146 public static String testCatchException_handler(IllegalArgumentException iae, String arg1, long arg2,
148 System.out.println("Handler: " + iae + ", Arg1: " + arg1 + ", Arg2: " + arg2 + ", ExMsg: " + exMsg);
152 public static String testCatchException_handler2(IllegalArgumentException iae, String arg1) {
153 System.out.println("Handler: " + iae + ", Arg1: " + arg1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleCombinersTest.java 42 final IllegalArgumentException iae = new IllegalArgumentException("boo!"); local
44 handle.invoke(iae);
47 if (expected != iae) {
48 fail("Wrong exception: expected " + iae + " but was " + expected);
94 // it's IAE and should be WMTE instead.
152 public static String testCatchException_handler(IllegalArgumentException iae, String arg1,
156 assertEquals("exceptionMessage", iae.getMessage());
165 public static String testCatchException_handler2(IllegalArgumentException iae, String arg1) {
166 assertEquals("exceptionMessage", iae.getMessage());
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 2989 java.lang.IllegalArgumentException iae = null; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 2988 java.lang.IllegalArgumentException iae = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/1.8.10/
javacutil-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.3/
auto-common-0.3.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/dagger2/lib/
auto-common-1.0-20151022.071545-39.jar 

Completed in 1016 milliseconds

1 2 3 4 5 6