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

  /external/apache-harmony/annotation/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/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 31 IllegalArgumentException iae = new IllegalArgumentException(); local
32 AnnotationFormatError e = new AnnotationFormatError(iae);
33 assertSame(iae, e.getCause());
37 IllegalArgumentException iae = new IllegalArgumentException(); local
38 AnnotationFormatError e = new AnnotationFormatError("some message", iae);
40 assertSame(iae, e.getCause());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 79 IllegalArgumentException iae = new IllegalArgumentException(); //FIXME message local
80 iae.initCause(e);
81 throw iae;
  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 108 IllegalArgumentException iae = new IllegalArgumentException("Incorrect input encoding"); local
109 iae.initCause(e);
110 throw iae;
147 IllegalArgumentException iae = new IllegalArgumentException("Incorrect input name:" + name); local
148 iae.initCause(e);
149 throw iae;
  /dalvik/tests/046-reflect/src/
Main.java 89 } catch (IllegalAccessException iae) {
98 } catch (IllegalAccessException iae) {
183 catch (IllegalArgumentException iae) {
195 catch (IllegalAccessException iae) {
208 catch (IllegalArgumentException iae) {
255 catch (IllegalArgumentException iae) {
262 catch (IllegalArgumentException iae) {
269 catch (IllegalArgumentException iae) {
277 catch (IllegalArgumentException iae) {
295 catch (IllegalArgumentException iae) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 507 IllegalArgumentException iae = new IllegalArgumentException(fnfe); local
508 RuntimeException re = new RuntimeException(iae);
511 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 468 milliseconds