@Documented @Target(value={METHOD,CONSTRUCTOR}) @Retention(value=CLASS) public @interface ThrowsRuntimeException
Modifier and Type | Required Element and Description |
---|---|
Class<? extends RuntimeException> |
value
The Class of the runtime exception.
|
public abstract Class<? extends RuntimeException> value
public abstract String reference
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.