Details
Description
@exception
@exception class-name description
This tag is equivalent to the @throws tag, which is now the recommended form.
...
@throws
@throws class-name description
Behaves the same as the @exception tag.
To me it reads like this:
A: see B
B: see A
@exception class-name description
This tag is equivalent to the @throws tag, which is now the recommended form.
...
@throws
@throws class-name description
Behaves the same as the @exception tag.
To me it reads like this:
A: see B
B: see A