private static class JavadocMethodCheck.ExceptionInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private AbstractTypeAwareCheck.AbstractClassInfo |
classInfo
Class information associated with this exception.
|
private boolean |
found
Does the exception have throws tag associated with.
|
| Constructor and Description |
|---|
ExceptionInfo(AbstractTypeAwareCheck.AbstractClassInfo classInfo)
Creates new instance for
FullIdent. |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Class<?> |
getClazz()
Gets exception class.
|
private AbstractTypeAwareCheck.Token |
getName()
Gets exception name.
|
private boolean |
isFound()
Checks that the exception has throws tag associated with it.
|
private void |
setFound()
Mark that the exception has associated throws tag.
|
private final AbstractTypeAwareCheck.AbstractClassInfo classInfo
private boolean found
ExceptionInfo(AbstractTypeAwareCheck.AbstractClassInfo classInfo)
FullIdent.classInfo - class infoprivate void setFound()
private boolean isFound()
private AbstractTypeAwareCheck.Token getName()
private java.lang.Class<?> getClazz()