| Interface | Description |
|---|---|
| ThrowSavableBean |
Interface to be implemented by exception handler Pico beans.
|
| Class | Description |
|---|---|
| ThrowSaved<T> |
This behavior extension makes is possible to execute bean methods without exception risk.
|
| ThrowSaving |
Simple BehaviorFactory enriching components annotated with
ThrowSafeWith with ThrowSaved Behavior |
| Annotation Type | Description |
|---|---|
| ThrowSafe |
When using Pico container with behavior factory
ThrowSaving this annotation is used to mark
methods which needs to be exception safe - exceptions are only logged using
ThrowSavableBean.handleException(Throwable, Object, Method, Object[]) and ignored |
| ThrowSafeWith |
When using Pico container with behavior factory
ThrowSaving this annotation is used to mark
classes which needs to be exception safe - exceptions are only logged using
ThrowSavableBean.handleException(Throwable, Object, Method, Object[]) of a bean
of type ThrowSavableBean |
Copyright © 2002-2024 Atlassian. All Rights Reserved.