/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ |
H A D | ExceptionListenerTest.php | 35 …ion testAuthenticationExceptionWithoutEntryPoint(\Exception $exception, \Exception $eventException) argument 43 $this->assertEquals($eventException, $event->getException()); 96 …outAccessDeniedHandlerAndWithoutErrorPage(\Exception $exception, \Exception $eventException = null) argument 104 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-… 110 …ithoutAccessDeniedHandlerAndWithErrorPage(\Exception $exception, \Exception $eventException = null) argument 127 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-… 133 …ithAccessDeniedHandlerAndWithoutErrorPage(\Exception $exception, \Exception $eventException = null) argument 144 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-… 150 …n testAccessDeniedExceptionNotFullFledged(\Exception $exception, \Exception $eventException = null) argument 161 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-…
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/ |
H A D | ExceptionListenerTest.php | 35 …ion testAuthenticationExceptionWithoutEntryPoint(\Exception $exception, \Exception $eventException) argument 43 $this->assertEquals($eventException, $event->getException()); 96 …outAccessDeniedHandlerAndWithoutErrorPage(\Exception $exception, \Exception $eventException = null) argument 104 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-… 110 …ithoutAccessDeniedHandlerAndWithErrorPage(\Exception $exception, \Exception $eventException = null) argument 127 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-… 133 …ithAccessDeniedHandlerAndWithoutErrorPage(\Exception $exception, \Exception $eventException = null) argument 144 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-… 150 …n testAccessDeniedExceptionNotFullFledged(\Exception $exception, \Exception $eventException = null) argument 161 …$this->assertSame(null === $eventException ? $exception : $eventException, $event->getException()-…
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 644 Throwable eventException = invocationEvent.getException(); in invokeAndWait() local 645 if (eventException != null) { in invokeAndWait() 646 if (eventException instanceof UndeclaredThrowableException) { in invokeAndWait() 647 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in invokeAndWait() 649 throw new InvocationTargetException(eventException); in invokeAndWait() 669 final Throwable eventException = invocationEvent.getException(); in invokeLater() local 670 if (eventException == null) return; in invokeLater() 672 if (eventException instanceof UndeclaredThrowableException) { in invokeLater() 673 …throw new InvocationTargetException(((UndeclaredThrowableException)eventException).getUndeclaredTh… in invokeLater() 675 throw new InvocationTargetException(eventException); in invokeLater()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 644 Throwable eventException = invocationEvent.getException(); in invokeAndWait() local 645 if (eventException != null) { in invokeAndWait() 646 if (eventException instanceof UndeclaredThrowableException) { in invokeAndWait() 647 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in invokeAndWait() 649 throw new InvocationTargetException(eventException); in invokeAndWait() 669 final Throwable eventException = invocationEvent.getException(); in invokeLater() local 670 if (eventException == null) return; in invokeLater() 672 if (eventException instanceof UndeclaredThrowableException) { in invokeLater() 673 …throw new InvocationTargetException(((UndeclaredThrowableException)eventException).getUndeclaredTh… in invokeLater() 675 throw new InvocationTargetException(eventException); in invokeLater()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/ |
H A D | FrameworkExtensionInstaller.java | 246 …BundleException eventException = new BundleException(NLS.bind(Msg.BUNDLE_ACTIVATOR_EXCEPTION, new … in stopExtensionActivators() 247 ….getContainer().getEventPublisher().publishFrameworkEvent(FrameworkEvent.ERROR, b, eventException); in stopExtensionActivators() 269 BundleException eventException; in startExtensionActivator() 271 …eventException = new BundleException(Msg.BundleContextImpl_LoadActivatorError + ' ' + extensionRev… in startExtensionActivator() 274 …eventException = new BundleException(NLS.bind(Msg.BUNDLE_ACTIVATOR_EXCEPTION, new Object[] {activa… in startExtensionActivator() 276 …isher().publishFrameworkEvent(FrameworkEvent.ERROR, extensionRevision.getBundle(), eventException); in startExtensionActivator()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/ |
H A D | JSExceptionBase.cpp | 52 if (EventException* eventException = toEventException(value)) in toExceptionBase() local 53 return reinterpret_cast<ExceptionBase*>(eventException); in toExceptionBase()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 721 Throwable eventException = event.getException(); in checkException() local 722 if (eventException == null) return; in checkException() 724 if (eventException instanceof UndeclaredThrowableException) { in checkException() 725 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 727 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 735 Throwable eventException = event.getException(); in checkException() local 736 if (eventException == null) return; in checkException() 738 if (eventException instanceof UndeclaredThrowableException) { in checkException() 739 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 741 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 741 Throwable eventException = event.getException(); in checkException() local 742 if (eventException == null) return; in checkException() 744 if (eventException instanceof UndeclaredThrowableException) { in checkException() 745 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 747 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 735 Throwable eventException = event.getException(); in checkException() local 736 if (eventException == null) return; in checkException() 738 if (eventException instanceof UndeclaredThrowableException) { in checkException() 739 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 741 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 754 Throwable eventException = event.getException(); in checkException() local 755 if (eventException == null) return; in checkException() 757 if (eventException instanceof UndeclaredThrowableException) { in checkException() 758 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 760 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 760 Throwable eventException = event.getException(); in checkException() local 761 if (eventException == null) return; in checkException() 763 if (eventException instanceof UndeclaredThrowableException) { in checkException() 764 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 766 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 749 Throwable eventException = event.getException(); in checkException() local 750 if (eventException == null) return; in checkException() 752 if (eventException instanceof UndeclaredThrowableException) { in checkException() 753 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 755 throw new InvocationTargetException(eventException); in checkException()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/sun/lwawt/macosx/ |
H A D | LWCToolkit.java | 736 Throwable eventException = event.getException(); in checkException() local 737 if (eventException == null) return; in checkException() 739 if (eventException instanceof UndeclaredThrowableException) { in checkException() 740 … eventException = ((UndeclaredThrowableException)eventException).getUndeclaredThrowable(); in checkException() 742 throw new InvocationTargetException(eventException); in checkException()
|