Class JavadocClassloadingException

  • All Implemented Interfaces:
    Serializable

    public class JavadocClassloadingException
    extends RuntimeException
    Exception thrown to indicate the likely manifestation of a thorny classloading problem with javadoc. See the EXPLANATION constant for details.
    See Also:
    Serialized Form
    • Constructor Detail

      • JavadocClassloadingException

        public JavadocClassloadingException()
    • Method Detail

      • isClassloadingProblemPresent

        public static boolean isClassloadingProblemPresent()
        Returns true if tools.jar is not in the system classloader. If true, it is very likely that any javadoc failures are due to the problem described above.
      • setExplanation

        public static void setExplanation​(String msg)
        Quick and dirty way for user to alter the explanation for this problem with more specific information or solutions.