Home
last modified time | relevance | path

Searched refs:caughtEx (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DEncodingErrorsReportingTest.java122 Exception caughtEx = null; in parseWithSAX() local
129 caughtEx = e; in parseWithSAX()
131 return caughtEx; in parseWithSAX()
136 Exception caughtEx = null; in parseWithDOM() local
143 caughtEx = e; in parseWithDOM()
145 return caughtEx; in parseWithDOM()
151 Exception caughtEx = null; in parseSaxAndXinclude() local
164 caughtEx = e; in parseSaxAndXinclude()
166 return caughtEx; in parseSaxAndXinclude()
185 caughtEx = e; in parseDomAndXinclude()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/
H A DGetNumImages.java52 boolean caughtEx = false; in main()
59 caughtEx = true; in main()
62 if (!caughtEx) { in main()
74 boolean caughtEx = false; in main()
85 caughtEx = true; in main()
88 if (!caughtEx) { in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java2336 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2343caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2349 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2357 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2358 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2359 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2643 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2689caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2693caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2707 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java2336 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2343caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2349 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2357 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2358 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2359 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2643 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2689caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2693caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2707 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java2336 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2343caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2349 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2357 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2358 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2359 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2643 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2689caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2693caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2707 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java2340 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2347caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2353 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2361 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2362 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2363 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2647 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2693caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2697caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2711 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java2336 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2343caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2349 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2357 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2358 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2359 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2643 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2689caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2693caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2707 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java2336 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2343caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2349 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2357 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2358 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2359 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2643 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2689caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2693caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2707 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DKeyboardFocusManager.java2338 Throwable caughtEx = null; in processSynchronousLightweightTransfer() local
2345caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processSynchronousLightweightTransfer()
2351 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent); in processSynchronousLightweightTransfer()
2359 throw (RuntimeException)caughtEx; in processSynchronousLightweightTransfer()
2360 } else if (caughtEx instanceof Error) { in processSynchronousLightweightTransfer()
2361 throw (Error)caughtEx; in processSynchronousLightweightTransfer()
2645 Throwable caughtEx = null; in processCurrentLightweightRequests() local
2691caughtEx = dispatchAndCatchException(caughtEx, currentFocusOwner, currentFocusOwnerEvent); in processCurrentLightweightRequests()
2695caughtEx = dispatchAndCatchException(caughtEx, lwFocusRequest.component, newFocusOwnerEvent); in processCurrentLightweightRequests()
2709 throw (RuntimeException)caughtEx; in processCurrentLightweightRequests()
[all …]

12