-
com.asakusafw.yaess.core.JobScheduler.ErrorHandler
-
com.cyberfox.util.config.ErrorHandler
Created by IntelliJ IDEA. User: Morgan Date: Jun 17, 2008 Time: 2:18:03 PM An abstract error handler, to be added to the ErrorManagement's notification list.
-
com.danga.MemCached.ErrorHandler
-
com.google.appengine.api.memcache.ErrorHandler
-
com.google.apphosting.utils.config.AppEngineWebXml.ErrorHandler
-
com.google.gwt.event.dom.client.ErrorHandler
-
com.google.gwt.webworker.client.ErrorHandler
General HTML 5 error handling interface.
-
com.jetdrone.vertx.yoke.middleware.ErrorHandler
# ErrorHandler Creates pretty print error pages in *html*, *text* or *json* depending on the *accept* header from the client.
-
com.knowgate.debug.ErrorHandler
ErrorHandler.java Created: Tue Feb 2 12:24:40 1999
@author Sebastian Schaffert
@version $Revision: 1.2 $
-
com.sun.grizzly.http.ErrorHandler
-
com.vaadin.server.ErrorHandler
Interface for listening to errors in the application.
-
net.davidashen.util.ErrorHandler
-
net.sf.apptools.log.ErrorHandler
-
org.apache.catalina.tribes.ErrorHandler
@author Filip Hanik
@version 1.0
-
org.apache.felix.ipojo.ErrorHandler
Error Handler Service Definition. When exposed, this service is invoked when iPOJO throws a warning or an error. It's a hook on the internal iPOJO logger.
@author
Felix Project Team
-
org.apache.hivemind.ErrorHandler
Interface for handling recoverable errors. Recoverable errors are often caused by improper configuration data in a module descriptor. Implementations of this interface can either be brittle (throw an ApplicationRuntimeException immediately) or "mellow" and just log the exception (with the expectation that a more drastic failure may follow later).
@author Howard Lewis Ship
-
org.apache.jena.riot.system.ErrorHandler
An Error handler captures the policy for dealing with warnings, errors and fatal errors. Fatal errors mean termination of processing and must throw a RiotException. Errors and warnings may throw an exception to terminate processing or may return after, for example, logging a message. The exact policy is determined the error handler itself.
-
org.apache.log.ErrorHandler
Handle unrecoverable errors that occur during logging. Based on Log4js notion of ErrorHandlers.
@author Peter Donald
-
org.apache.log4j.spi.ErrorHandler
Appenders may delegate their error handling to
ErrorHandlers
.
Error handling is a particularly tedious to get right because by definition errors are hard to predict and to reproduce.
Please take the time to contact the author in case you discover that errors are not properly handled. You are most welcome to suggest new error handling policies or criticize existing policies.
@author Ceki Gülcü
-
org.apache.sling.engine.servlets.ErrorHandler
The ErrorHandler
defines the interface of the service used by the Sling to handle calls to HttpServletResponse.sendError
and to handle uncaught Throwable
s.
-
org.apache.uima.aae.error.ErrorHandler
-
org.apache.woden.ErrorHandler
This interface declares operations for handling three types of errors; warnings, errors and fatal errors. Implementations should define behaviour for these types of errors appropriate to their requirements. For example, errors may be reported immediately by printing to the system output stream or they may be cached for further processing by the invoking application. This is based on the Xerces error reporter.
@author jkaputin@apache.org
-
org.auto.comet.ErrorHandler
SocketErrorHandler 通信错误处理接口
@author XiaohangHu
-
org.codehaus.janino.UnitCompiler.ErrorHandler
-
org.crank.annotations.ErrorHandler
-
org.drools.compiler.PackageBuilder.ErrorHandler
-
org.drools.compiler.builder.impl.errors.ErrorHandler
This is the super of the error handlers. Each error handler knows how to report a compile error of its type, should it happen. This is needed, as the compiling is done as one hit at the end, and we need to be able to work out what rule/ast element caused the error. An error handler it created for each class task that is queued to be compiled. This doesn't mean an error has occurred, it just means it *may occur in the future and we need to be able to map it back to the AST element that originally spawned the code to be compiled.
-
org.drools.compiler.compiler.PackageBuilder.ErrorHandler
-
org.eclipse.aether.impl.DefaultServiceLocator.ErrorHandler
-
org.eclipse.jetty.server.handler.ErrorHandler
Handler for Error pages An ErrorHandler is registered with {@link ContextHandler#setErrorHandler(ErrorHandler)} or{@link org.eclipse.jetty.server.Server#addBean(Object)}. It is called by the HttpResponse.sendError method to write a error page via {@link #handle(String,Request,HttpServletRequest,HttpServletResponse)}or via {@link #badMessageError(int,String,HttpFields)} for bad requests for which a dispatch cannot be done.
-
org.fao.geonet.utils.Xml.ErrorHandler
-
org.fluentd.logger.errorhandler.ErrorHandler
-
org.geoserver.util.ErrorHandler
A simple sax error handle which hold on to errors and warnings when parsing an xml document.
If constructed with an instance of {@link java.util.logging.Logger}errors will be logged.
@author Justin Deoliveira, The Open Planning Project
-
org.hibernate.search.exception.ErrorHandler
@author Amin Mohammed-Coleman
@since 3.2
-
org.jboss.aerogear.controller.router.decorators.ErrorHandler
ErrorHandler is a CDI Decorator that decorates a {@link RouteProcessor}. By wrapping the call to {@link RouteProcessor#process(RouteContext)} with a try catch block, this class will handle any exception thrown and either forward to a the appropriate error route configured, or if no error route exists, forward to the default error view.
-
org.jclouds.azure.management.xml.ErrorHandler
microsoft.com/en-us/library/ee460801" >api
@author Adrian Cole
-
org.jets3t.service.impl.rest.CloudFrontXmlResponsesSaxParser.ErrorHandler
-
org.jwildfire.swing.ErrorHandler
-
org.marc4j.ErrorHandler
Defines and describes errors encountered in the processing a given MARC record. Used in conjunction with the MarcPermissiveReader class.
@author Robert Haschart
@version $Revision: 1.9 $
-
org.mojavemvc.exception.ErrorHandler
Users can implement this interface in their own classes to define their own error handling behaviour. This class is created using an ErrorHandlerFactory. The factory is invoked once per request, before the action is processed. See {@link ErrorHandlerFactory}.
@author Luis Antunes
-
org.mortbay.jetty.handler.ErrorHandler
Handler for Error pages A handler that is registered at the org.mortbay.http.ErrorHandler context attributed and called by the HttpResponse.sendError method to write a error page.
@author Greg Wilkins (gregw)
-
org.openjena.riot.ErrorHandler
An Error handler captures the policy for dealing with warnings, errors and fatal errors. Fatal errors mean termination of processing and must throw a RiotException. Errors and warnings may throw an exception to terminate processing or may return after, for example, logging a message. The exact policy is determined the error handler itself.
-
org.qi4j.library.rest.client.api.ErrorHandler
Implements a chained list of specification->handler. Add the most specific handlers first, and the most generic last.
-
org.springframework.util.ErrorHandler
A strategy for handling errors. This is especially useful for handling errors that occur during asynchronous execution of tasks that have been submitted to a TaskScheduler. In such cases, it may not be possible to throw the error to the original caller.
@author Mark Fisher
@since 3.0
-
org.springsource.ide.eclipse.gradle.core.util.ErrorHandler
-
org.w3c.css.sac.ErrorHandler
Basic interface for CSS error handlers.
If a CSS application needs to implement customized error handling, it must implement this interface and then register an instance with the CSS parser using the parser's setErrorHandler method. The parser will then report all errors and warnings through this interface.
The parser shall use this interface instead of throwing an exception: it is up to the application whether to throw an exception for different types of errors and warnings. Note, however, that there is no requirement that the parser continue to provide useful information after a call to fatalError (in other words, a CSS driver class could catch an exception and report a fatalError).
The HandlerBase class provides a default implementation of this interface, ignoring warnings and recoverable errors and throwing a SAXParseException for fatal errors. An application may extend that class rather than implementing the complete interface itself.
@version $Revision: 1.2 $
@author Philippe Le Hegaret
-
org.xml.sax.ErrorHandler
axproject.org'>http://www.saxproject.org for further information.
If a SAX application needs to implement customized error handling, it must implement this interface and then register an instance with the XML reader using the {@link org.xml.sax.XMLReader#setErrorHandler setErrorHandler}method. The parser will then report all errors and warnings through this interface.
WARNING: If an application does not register an ErrorHandler, XML parsing errors will go unreported, except that SAXParseExceptions will be thrown for fatal errors. In order to detect validity errors, an ErrorHandler that does something with {@link #error error()} calls must be registered.
For XML processing errors, a SAX driver must use this interface in preference to throwing an exception: it is up to the application to decide whether to throw an exception for different types of errors and warnings. Note, however, that there is no requirement that the parser continue to report additional errors after a call to {@link #fatalError fatalError}. In other words, a SAX driver class may throw an exception after reporting any fatalError. Also parsers may throw appropriate exceptions for non-XML errors. For example, {@link XMLReader#parse XMLReader.parse()} would throwan IOException for errors accessing entities or the document.
@since SAX 1.0
@author David Megginson
@version 2.0.1+ (sax2r3pre1)
@see org.xml.sax.XMLReader#setErrorHandler
@see org.xml.sax.SAXParseException
-
ptolemy.moml.ErrorHandler
Interface for error handlers for the MoMLParser class.
@see MoMLParser
@author Edward A. Lee
@version $Id: ErrorHandler.java,v 1.19 2006/03/29 00:02:50 cxh Exp $
@since Ptolemy II 1.0
@Pt.ProposedRating Red (eal)
@Pt.AcceptedRating Red (reviewmoderator)
-
ratpack.error.internal.ErrorHandler
-
retrofit.ErrorHandler