jira-importer commented on issue #948: URL: https://github.com/apache/maven-javadoc-plugin/issues/948#issuecomment-2957364382
**[Siveton Vincent](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=siveton)** commented I already thought about this feature but it seems difficult to find the right class in the classloader. ``` /** * @throws ConnectException * @see {@link ConnectException} */ public void dummy() throws ConnectException {} public static class ConnectException extends Exception{} ``` Which ConnectException? net, rmi or inner? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
