#summary The @throws tag == Usage == @throws _exceptionType_ [_description_] == Description == Describe the exceptions thrown by a function. There could be multiple entries for @throws in the same function/constructor == Example == {{{ /** * @function {com.foo.Answer} getMainAnswer * @throws com.foo.IncorrectQuestionException when the query is ill-formed */ }}} == Details == || Since || v1.0 ||