Package org.glassfish.pfl.basic.logex
Annotation Type ExceptionWrapper
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface ExceptionWrapperThis annotation is applied to an interface or abstract class that is used to define methods for logging and/or constructing exceptions.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringidPrefixReturn the prefix used in front of the numeric exception ID in the formatter exception message.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringloggerNameReturn the logger name to be used for all logged messages generated from the class.java.lang.StringresourceBundleReturn the name of the ResourceBundle to use for I18N support for exceptions in this class.
-