Skip to content
mattflaschen edited this page Feb 17, 2013 · 3 revisions

Synopsis:

@throws
Some description...

@throws {Type}
Some description...

Documents exceptions thrown by method. Exception type defaults to Object. Multiple @throws tags can be used to document multiple possible exceptions.

Clone this wiki locally