Methods Summary |
---|
public com.sun.javadoc.ClassDoc | exception()Return a ClassDoc that represents the exception.
If the type of the exception is a type variable, return the
ClassDoc of its erasure.
This method cannot accommodate certain generic type
constructs. The exceptionType method
should be used instead.
|
public java.lang.String | exceptionComment()Return the exception comment
associated with this ThrowsTag .
|
public java.lang.String | exceptionName()Return the name of the exception
associated with this ThrowsTag .
|
public com.sun.javadoc.Type | exceptionType()Return the type of the exception
associated with this ThrowsTag .
This may be a ClassDoc or a TypeVariable .
|