Copyright© 2008-2018 SiteVision AB, all rights reserved.
See: Description
Interface | Description |
---|---|
ExceptionSuppressingCollection |
Decorates the iterator of a collection with a
ExceptionSuppressingIterator to ensure exceptions are suppressed for all
iterator invocations. |
ExceptionSuppressingIterator |
Decorates an iterator with exception suppressing behaviour and returns
ExceptionSuppressingProxy s in order to ensure that no
invocation will throw an exception. |
ExceptionSuppressingProxy |
Proxies an object and delegates all interface method invocations to the proxied object in order to ensure that no invocation
will throw an exception.
|
Important note! Suppressing exceptions is generally a bad idea and using interfaces in this package will affect performance. Hence, these interfaces should only be used where the upsides with suppressing exceptions outweighs the downsides. These interfaces should be used only as a temporary patch/solution until the "real" problem causing the exceptions has been solved.
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.