|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExceptionWrapper
This annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.
| Required Element Summary | |
|---|---|
String |
idPrefix
Return the prefix used in front of the numeric exception ID in the formatter exception message. |
| Optional Element Summary | |
|---|---|
String |
loggerName
Return the logger name to be used for all logged messages generated from the class. |
String |
resourceBundle
Return the name of the ResourceBundle to use for I18N support for exceptions in this class. |
| Element Detail |
|---|
public abstract String idPrefix
public abstract String loggerName
public abstract String resourceBundle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||