/**
* This method is used for ABC.
* @return
* @throw IOException when this exceptional condition occurs
*/
[Error]:line:4- Javadoc comment at column 0 has parse error. Details: no viable alternative at input ' *' while parsing JAVADOC_TAG [NonEmptyAtClauseDescription]
Any idea why am I getting this error in the @throw line of Javadoc? How to fix this?