@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExceptionWrapper
Modifier and Type | Required Element and Description |
---|---|
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 |
---|---|
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.
|
public abstract String idPrefix
public abstract String loggerName
public abstract String resourceBundle
Copyright © 2017 Oracle. All rights reserved.