|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
net.sourceforge.stripes.config | This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. |
net.sourceforge.stripes.exception | Contains interfaces and implementations of exception handling strategy classes. |
Uses of ExceptionHandler in net.sourceforge.stripes.config |
---|
Methods in net.sourceforge.stripes.config that return ExceptionHandler | |
---|---|
ExceptionHandler |
Configuration.getExceptionHandler()
Returns an instance of ExceptionHandler that can be used by Stripes to handle any exceptions that arise as the result of processing a request. |
ExceptionHandler |
DefaultConfiguration.getExceptionHandler()
Returns an instance of an ExceptionHandler. |
protected ExceptionHandler |
DefaultConfiguration.initExceptionHandler()
Allows subclasses to initialize a non-default ExceptionHandler instance to be used. |
protected ExceptionHandler |
RuntimeConfiguration.initExceptionHandler()
Looks for a class name in config and uses that to create the component. |
Uses of ExceptionHandler in net.sourceforge.stripes.exception |
---|
Classes in net.sourceforge.stripes.exception that implement ExceptionHandler | |
---|---|
class |
DefaultExceptionHandler
Default ExceptionHandler implementation that makes it easy for users to extend and add custom handling for different types of exception. |
class |
DelegatingExceptionHandler
An alternative implementation of ExceptionHandler that discovers and automatically
configures individual AutoExceptionHandler classes to handle specific types of
exceptions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |