HomeSort by relevance Sort by last modified time
    Searched defs:iae (Results 1 - 10 of 10) 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 134 catch (IllegalArgumentException iae) {
146 catch (IllegalAccessException iae) {
159 catch (IllegalArgumentException iae) {
206 catch (IllegalArgumentException iae) {
213 catch (IllegalArgumentException iae) {
220 catch (IllegalArgumentException iae) {
228 catch (IllegalArgumentException iae) {
246 catch (IllegalArgumentException iae) {
276 } catch (IllegalAccessException iae) {
321 } catch (IllegalAccessException iae) {
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 184 milliseconds