The annotation class for throws.
| Initializer |
| ThrownExceptionAnnotation(Declaration type, String when) Parameters:
|
| Attributes | |
| type | Source Code shared Declaration type The Exception type that this thrown. |
| when | Source Code shared String when A description, in Markdown syntax, of the circumstances that cause this exception to be thrown. |
| Inherited Attributes |
| Attributes inherited from: Object |
| Inherited Methods |
| Methods inherited from: Object |
| Methods inherited from: ConstrainedAnnotation<Value,Values,ProgramElement> |