-
anvil.codec.ExceptionHandler
-
com.asakusafw.runtime.util.cache.ConcurrentBatchFileCacheRepository.ExceptionHandler
-
com.dragome.compiler.ast.ExceptionHandler
-
com.github.dynamicextensionsalfresco.webscripts.annotations.ExceptionHandler
-
com.google.appengine.tools.cloudstorage.ExceptionHandler
Exception handling used by {@link RetryHelper}. For internal use only. User code cannot safely depend on this class.
-
com.hazelcast.util.FutureUtil.ExceptionHandler
-
com.jamieallen.sdisruptor.ExceptionHandler
-
com.lmax.disruptor.ExceptionHandler
Callback handler for uncaught exceptions in the event processing cycle of the {@link BatchEventProcessor}
-
com.packtpub.java7.concurrency.chapter1.recipe8.handler.ExceptionHandler
Class that process the uncaught exceptions throwed in a Thread
-
com.strobel.assembler.ir.ExceptionHandler
-
com.sun.enterprise.ee.admin.ExceptionHandler
@author kebbs
-
cookxml.core.interfaces.ExceptionHandler
This is the interface for handlers that deal with exceptions generated while CookXml is decoding XML.
@since CookXml 2.0
@version $Id: ExceptionHandler.java 218 2007-06-06 06:10:10Z coconut $
@author Heng Yuan
-
de.odysseus.calyxo.control.ExceptionHandler
Exception handler interface.
@author Christoph Beck
-
io.undertow.server.handlers.ExceptionHandler
Handler that dispatches to a given handler and allows mapping exceptions to be handled by additional handlers. The order the exception handlers are added is important because of inheritance. Add all child classes before their parents in order to use different handlers.
-
io.undertow.servlet.api.ExceptionHandler
An exception handler allows you to perform custom actions when an exception propagates out of the servlet handler chain. The default handler will simply log the exception, however it is possible to write custom handlers to handle the error however you want. A common use for this would be to change the log format for exceptions, or possibly suppress the logging for certain exceptions types.
Implementations of this interface may also choose to suppress error page handler, and handle error page generation internally by returning
true
@author Stuart Douglas
-
jadx.core.dex.trycatch.ExceptionHandler
-
javax.faces.context.ExceptionHandler
@since 2.0
@author Leonardo Uribe (latest modification by $Author: slessard $)
@version $Revision: 761981 $ $Date: 2009-04-04 18:44:14 +0000 (Sat, 04 Apr 2009) $
-
jsky.util.ExceptionHandler
An interface for handling exceptions
-
net.greghaines.jesque.worker.ExceptionHandler
-
net.sf.urlchecker.exception.handling.ExceptionHandler
The Interface ExceptionHandler. This interface has been Gerenified to allow usage by both the old and the new httpClient. Future versions of the library may not have this interface in a Generic form.
@param < T> the generic type
$Id: ExceptionHandler.java 180 2010-12-12 18:47:56Z georgosn $
@author $LastChangedBy: georgosn $
@version $LastChangedRevision: 182 $
-
net.sourceforge.fullsync.ExceptionHandler
-
org.agilewiki.jactor.ExceptionHandler
As responses can be received either synchronously or asynchronously, control flow can be somewhat obscure and the code to catch exceptions can be error prone. Use of an exception handler makes life simpler.
To assign an exception handler, call the setExceptionHandler method in the constructor of an actor.
If an exception occurs when processing a request, and no exception handler has been assigned, the exception is passed to the exception handler of the actor which sent the request, recursively.
public class Doer extends JLPCActor { public Doer(Mailbox mailbox) { super(mailbox); } protected void processRequest(final Object request, final RP rp) throws Exception { setExceptionHandler(new ExceptionHandler() { public void process(Throwable exception) throws Exception { System.out.println("Exception caught by Doer"); rp.process(null); } }); if (request instanceof T1) { throw new Exception("Exception thrown in request processing"); } else { rp.process(request); } } }
-
org.allspice.bytecode.ExceptionHandler
Describes the handler for an exception.
@author egoff
-
org.apache.camel.spi.ExceptionHandler
A Strategy pattern for handling exceptions; particularly in asynchronous processes such as consumers
@version $Revision: 1.1 $
-
org.apache.directory.ldapstudio.browser.ui.ExceptionHandler
-
org.apache.hadoop.hdfs.web.resources.ExceptionHandler
Handle exceptions.
-
org.apache.maven.exception.ExceptionHandler
Transform an exception into useful end-user message.
@since 3.0-alpha-3
-
org.apache.maven.scm.provider.integrity.ExceptionHandler
Helper class to appropriately diagnose an APIException
@version $Id: ExceptionHandler.java 1.2 2011/08/22 13:06:45EDT Cletus D'Souza (dsouza) Exp $
@author
Cletus D'Souza
-
org.apache.shale.view.ExceptionHandler
Interface describing a "strategy pattern" implementation for handling exceptions thrown by an application event callback that is managed by Shale. A suitable instance may be acquired by calling ExceptionHandlerFactory.getInstance().getExceptionHandler()
.
@since 1.0.3$Id: ExceptionHandler.java 464373 2006-10-16 04:21:54Z rahul $
-
org.apache.struts.action.ExceptionHandler
An ExceptionHandler is configured in the Struts configuration file to handle a specific type of exception thrown by an Action.execute
method.
@since Struts 1.1
-
org.apache.tuscany.sca.databinding.ExceptionHandler
ExceptionHandler provides databinding-specific logic for exception handling
@version $Rev: 537475 $ $Date: 2007-05-12 21:35:29 +0530 (Sat, 12 May 2007) $
-
org.drools.process.core.context.exception.ExceptionHandler
-
org.eclipse.e4.ui.internal.workbench.ExceptionHandler
The opeation to inverse the converter direction.
@author yyang
-
org.eclipse.persistence.exceptions.ExceptionHandler
Exception handler can catch errors that occur on queries or during database access. The exception handler has the option of re-throwing the exception,throwing a different exception or re-trying the query or database operation.
-
org.eclipse.ui.internal.ExceptionHandler
This handler will pass along to the workbench advisor exceptions and errors thrown while running the event loop. However, the ThreadDeath
error is simply thrown again, and is not passed along.
-
org.jboss.classfilewriter.code.ExceptionHandler
@author Stuart Douglas
-
org.jboss.seam.exceptions.ExceptionHandler
-
org.jboss.virtual.spi.ExceptionHandler
VFS exception handler. Custom exception handling methods shoud be added here and used at the pointcut where exception is thrown. Its abstract super class should implement them all hence back compatibility is assured by noop. Real handlers should just override some methods that they know how to handle.
@author
Ales Justin
-
org.jbpm.graph.def.ExceptionHandler
-
org.jbpm.process.core.context.exception.ExceptionHandler
-
org.jf.dexlib2.iface.ExceptionHandler
This class represents an individual exception handler entry, in a try block.
-
org.restlet.ext.jaxrs.internal.util.ExceptionHandler
This class contains the methods to handle exceptions occuring in the {@link org.restlet.ext.jaxrs.JaxRsRestlet}, e.g. while identifying the method that should handle the request.
Therefor it contains some Restlets that handles this exceptions.
Perhaps this class gets again public. Perhaps the special Restlets for handling will be removed, or stay only for 404.
@author Stephan Koops
-
org.springframework.batch.repeat.exception.ExceptionHandler
Handler to allow strategies for re-throwing exceptions. Normally a {@link CompletionPolicy} will be used to decide whether to end a batch whenthere is no exception, and the {@link ExceptionHandler} is used to signal anabnormal ending - an abnormal ending would result in an {@link ExceptionHandler} throwing an exception. The caller will catch andre-throw it if necessary.
@author Dave Syer
@author Robert Kasanicky
-
org.springframework.ide.eclipse.webflow.core.internal.model.ExceptionHandler
@author Christian Dupuis
@since 2.0
-
org.springframework.web.bind.annotation.ExceptionHandler
-
org.vfny.geoserver.ExceptionHandler
DOCUMENT ME!
@author Gabriel Rold�n
@version $revision$
-
org.wymiwyg.rwcf.ExceptionHandler
An Exception Handler is called when a HandlerException was thrown during regular procession of a request;
@author reto
-
ptolemy.kernel.util.ExceptionHandler
Interface for exception handlers. If a model contains an entity that implements this interface, then if running the model results in an exception, the exception is delegated to this exception handler.
@author Haiyang Zheng
@version $Id: ExceptionHandler.java,v 1.7 2007/12/07 06:24:47 cxh Exp $
@since Ptolemy II 5.2
@Pt.ProposedRating Green (hyzheng)
@Pt.AcceptedRating Green (hyzheng)
-
reactor.jarjar.com.lmax.disruptor.ExceptionHandler
-
serp.bytecode.ExceptionHandler
Represents a try {} catch() {}
statement in bytecode.
@author Abe White
-
sortpom.exception.ExceptionHandler
-
st.gravel.support.jvm.runtime.ExceptionStack.ExceptionHandler