- Notifications
You must be signed in to change notification settings - Fork 240
@throws
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.