Class JavadocClassloadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JavadocClassloadingException
    extends java.lang.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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isClassloadingProblemPresent()
      Returns true if tools.jar is not in the system classloader.
      static void setExplanation​(java.lang.String msg)
      Quick and dirty way for user to alter the explanation for this problem with more specific information or solutions.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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​(java.lang.String msg)
        Quick and dirty way for user to alter the explanation for this problem with more specific information or solutions.