Class JavadocMethodCheck.ExceptionInfo

  • Enclosing class:
    JavadocMethodCheck

    private static class JavadocMethodCheck.ExceptionInfo
    extends java.lang.Object
    Stores useful information about declared exception.
    • Field Detail

      • found

        private boolean found
        Does the exception have throws tag associated with.
    • Method Detail

      • setFound

        private void setFound()
        Mark that the exception has associated throws tag.
      • isFound

        private boolean isFound()
        Checks that the exception has throws tag associated with it.
        Returns:
        whether the exception has throws tag associated with
      • getClazz

        private java.lang.Class<?> getClazz()
        Gets exception class.
        Returns:
        class for this exception