Home
last modified time | relevance | path

Searched refs:iae (Results 1 – 23 of 23) sorted by relevance

/external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DAnnotationFormatErrorTest.java41 IllegalArgumentException iae = new IllegalArgumentException(); in test_constructorLjava_lang_Throwable() local
42 AnnotationFormatError e = new AnnotationFormatError(iae); in test_constructorLjava_lang_Throwable()
43 assertSame(iae, e.getCause()); in test_constructorLjava_lang_Throwable()
51 IllegalArgumentException iae = new IllegalArgumentException(); in test_constructorLjava_lang_StringLjava_lang_Throwable() local
52 AnnotationFormatError e = new AnnotationFormatError("some message", iae); in test_constructorLjava_lang_StringLjava_lang_Throwable()
54 assertSame(iae, e.getCause()); in test_constructorLjava_lang_StringLjava_lang_Throwable()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DServiceConfigurationErrorTest.java48 IllegalArgumentException iae = new IllegalArgumentException( in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
51 iae); in test_ConstructorLjava_lang_StringLjava_lang_Throwable()
53 assertEquals(iae, e.getCause()); in test_ConstructorLjava_lang_StringLjava_lang_Throwable()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java293 catch (IllegalArgumentException iae) { in testInsertInPriorReplace()
294 exc = iae; in testInsertInPriorReplace()
437 catch (IllegalArgumentException iae) { in testReplaceRangeThenInsertAtRightEdge()
438 exc = iae; in testReplaceRangeThenInsertAtRightEdge()
510 catch (IllegalArgumentException iae) { in testReplaceThenReplaceSuperset()
511 exc = iae; in testReplaceThenReplaceSuperset()
534 catch (IllegalArgumentException iae) { in testReplaceThenReplaceLowerIndexedSuperset()
535 exc = iae; in testReplaceThenReplaceLowerIndexedSuperset()
681 catch (IllegalArgumentException iae) { in testOverlappingReplace2()
682 exc = iae; in testOverlappingReplace2()
DTestTrees.java245 catch (IllegalArgumentException iae) { in testReplaceWithNoChildren()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorTemplateElem.java73 catch (IllegalAccessException iae) in startElement()
75 …handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTe… in startElement()
DProcessorLRE.java278 catch (IllegalAccessException iae) in startElement()
280 …handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMLITRSLT, null, iae);//"Failed creating Ele… in startElement()
DXSLTAttributeDef.java1636 catch (IllegalAccessException iae) in setAttrValue()
1638 …handler.error(XSLTErrorResources.ER_FAILED_CALLING_METHOD, new Object[]{setterString}, iae);//"Fai… in setAttrValue()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDateFormatTest.java133 } catch (IllegalArgumentException iae) { in test_getDateInstanceI()
178 } catch (IllegalArgumentException iae) { in test_getDateInstanceILjava_util_Locale()
242 } catch (IllegalArgumentException iae) { in test_getDateTimeInstanceII()
292 } catch (IllegalArgumentException iae) { in test_getDateTimeInstanceIILjava_util_Locale()
380 } catch (IllegalArgumentException iae) { in test_getTimeInstanceI()
425 } catch (IllegalArgumentException iae) { in test_getTimeInstanceILjava_util_Locale()
/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java507 IllegalArgumentException iae = new IllegalArgumentException(fnfe); in testGetCausalChain() local
508 RuntimeException re = new RuntimeException(iae); in testGetCausalChain()
511 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex)); in testGetCausalChain()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURISyntaxExceptionTest.java46 } catch (IllegalArgumentException iae) { in test_ConstructorLjava_lang_StringLjava_lang_StringI()
DExcludedProxyTest.java202 } catch (IllegalArgumentException iae) { in test_openConnectionLjava_net_Proxy()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.java79 catch (java.lang.IllegalArgumentException iae) // java 1.1.8 in getWriter()
95 catch (java.lang.IllegalArgumentException iae) // java 1.1.8 in getWriter()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs419 catch ( IllegalAccessException iae ) in Dispatch()
421 Console.Error.println( "can't access class " + iae ); in Dispatch()
422 iae.printStackTrace( Console.Error ); in Dispatch()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs539 catch ( IllegalAccessException iae ) in Dispatch()
541 Console.Error.println( "can't access class " + iae ); in Dispatch()
542 iae.printStackTrace( Console.Error ); in Dispatch()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DRemoteDebugEventSocketListener.java346 catch (IllegalAccessException iae) { in dispatch()
347 System.err.println("can't access class "+iae); in dispatch()
348 iae.printStackTrace(System.err); in dispatch()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncFormatNumb.java132 catch (Exception iae) in execute()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMException.java375 } catch (IllegalAccessException iae) { in printStackTrace()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DErrorManager.java413 catch (IllegalArgumentException iae) { in setLocale()
839 catch (IllegalAccessException iae) { in initIdToMessageNameMapping()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DThreadGroupTest.java320 } catch (IllegalArgumentException iae) { in test_getMaxPriority()
593 } catch (IllegalArgumentException iae) { in test_setMaxPriorityI()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DInflaterInputStreamTest.java139 }catch(IllegalArgumentException iae){ in test_ConstructorLjava_io_InputStreamLjava_util_zip_InflaterI_1()
DZipFileTest.java79 }catch(IllegalArgumentException iae ){ in test_ConstructorLjava_io_FileI()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DObjectOutputStreamTest.java1303 } catch (IllegalArgumentException iae) { in test_putFieldWrite()
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en7673 http://home.iae.nl/users/astrid/rainy.htm