Class ThrowsTagImpl
java.lang.Object
gw.gosudoc.com.sun.tools.javadoc.main.TagImpl
gw.gosudoc.com.sun.tools.javadoc.main.ThrowsTagImpl
Deprecated.
Represents a @throws or @exception documentation tag.
Parses and holds the exception name and exception comment.
The exception name my be the name of a type variable.
Note: @exception is a backwards compatible synonymy for @throws.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the exception as a ClassDocImpl.Deprecated.Return the exception comment.Deprecated.Return the exception name.Deprecated.Return the type that represents the exception.Tag[]
Deprecated.For the exception comment with embedded @link tags return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).kind()
Deprecated.Return the kind of this tag.Methods inherited from class gw.gosudoc.com.sun.tools.javadoc.main.TagImpl
divideAtWhite, docenv, firstSentenceTags, holder, name, position, text, toString
-
Field Details
-
exceptionName
Deprecated. -
exceptionComment
Deprecated. -
inlineTags
Deprecated.Cached inline tags.
-
-
Constructor Details
-
ThrowsTagImpl
Deprecated.
-
-
Method Details
-
exceptionName
Deprecated.Return the exception name.- Specified by:
exceptionName
in interfaceThrowsTag
- Returns:
- name of the exception.
-
exceptionComment
Deprecated.Return the exception comment.- Specified by:
exceptionComment
in interfaceThrowsTag
- Returns:
- exception comment.
-
exception
Deprecated.Return the exception as a ClassDocImpl. -
exceptionType
Deprecated.Return the type that represents the exception. This may be aClassDoc
or aTypeVariable
.- Specified by:
exceptionType
in interfaceThrowsTag
- Returns:
- the type of the exception.
-
kind
Deprecated.Return the kind of this tag. Always "@throws" for instances of ThrowsTagImpl. -
inlineTags
Deprecated.For the exception comment with embedded @link tags return the array of TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).- Specified by:
inlineTags
in interfaceTag
- Overrides:
inlineTags
in classTagImpl
- Returns:
- TagImpl[] Array of tags with inline SeeTagImpls.
- See Also:
-