blob: 47d938db2fc81c1645dd2befaa142becde67a632 [file] [log] [blame]
package test.tags.param;
public class X05 {
/**
* Test with exception tag.
*
* @exception Throwable
* if any exception is thrown
*/
public void foo() throws Throwable {
}
}