@Documented @Target(value={METHOD,CONSTRUCTOR}) @Retention(value=CLASS) public @interface ThrowsRuntimeExceptions
Modifier and Type | Required Element and Description |
---|---|
ThrowsRuntimeException[] |
value
Array of exception descriptors.
|
public abstract ThrowsRuntimeException[] value
Copyright © 2011–2020 Igor Maznitsa. All rights reserved.