@Documented
@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=CLASS)
public @interface ThrowsRuntimeException
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends java.lang.RuntimeException> |
value
The Class of the runtime exception.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
reference
Description of the exception.
|