Searched refs:processException (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/
H A DDeferredTransportPipe.java88 public NextAction processException(@NotNull Throwable t) { method in class:DeferredTransportPipe
89 return transport.processException(t);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTube.java238 * that was given to {@link #processException(Throwable)} .
307 * {@link #processException(Throwable)} throws an exception, this method
332 @NotNull NextAction processException(@NotNull Throwable t); method in interface:Tube
H A DFiber.java298 * processing direction, by calling the {@link Tube#processException(Throwable)} method
620 LOGGER.finer(getName()+' '+last+".processException("+throwable+')');
621 na = last.processException(throwable);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractFilterTubeImpl.java77 public @NotNull NextAction processException(Throwable t) { method in class:AbstractFilterTubeImpl
H A DPipeAdapter.java112 public NextAction processException(@NotNull Throwable t) { method in class:PipeAdapter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/provider/
H A DSyncProviderInvokerTube.java89 public NextAction processException(@NotNull Throwable t) { method in class:SyncProviderInvokerTube
90 throw new IllegalStateException("InovkerPipe's processException shouldn't be called.");
H A DAsyncProviderInvokerTube.java131 public @NotNull NextAction processException(@NotNull Throwable t) { method in class:AsyncProviderInvokerTube
132 throw new IllegalStateException("AsyncProviderInvokerTube's processException shouldn't be called.");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DSEIInvokerTube.java97 public @NotNull NextAction processException(@NotNull Throwable t) { method in class:SEIInvokerTube
98 throw new IllegalStateException("InovkerPipe's processException shouldn't be called.");
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventDispatchThread.java256 processException(e);
260 private void processException(Throwable e) { method in class:EventDispatchThread
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTube.java103 public @NotNull NextAction processException(Throwable t) { method in class:WsaTube
104 return super.processException(t);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java162 public NextAction processException(Throwable t) { method in class:HandlerTube
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java117 public NextAction processException(@NotNull Throwable t) { method in class:HttpTransportPipe
118 throw new IllegalStateException("HttpTransportPipe's processException shouldn't be called.");
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java506 static void processException(Throwable thr) { method in class:XToolkit
601 processException(thr);
1876 processException(thr);

Completed in 50 milliseconds