@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ExceptionWrapper
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
idPrefix
Return the prefix used in front of the numeric exception ID in the formatter
exception message.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
loggerName
Return the logger name to be used for all logged messages generated
from the class.
|
java.lang.String |
resourceBundle
Return the name of the ResourceBundle to use for I18N support for
exceptions in this class.
|
public abstract java.lang.String idPrefix
public abstract java.lang.String loggerName
public abstract java.lang.String resourceBundle