Question: get the associated CtThrow/CtTypeReference
Open
question
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
I have the following question:
If I have this line in my javadoc:
`@throws IllegalArgumentException if ...`
If I call the getParam() method from the @throws tag, I get the String "IllegalArgumentException". How can i get the associated CtThrow or CtTypeReference of IllegalArgumentException with the String?
Contributor guide
Assessment
This issue has not been assessed yet.