Klasse DocletException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdrupes.mdoclet.internal.doclets.toolkit.DocletException
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
DocFileIOException, InternalException, ResourceIOException, SimpleDocletException

public class DocletException extends Exception
Supertype for all checked doclet exceptions.
Siehe auch:
  • Konstruktordetails

    • DocletException

      protected DocletException(String message)
      Creates a DocletException with a given detail message.

      The message may or may not be intended for presentation to the end user.

      Parameter:
      message - the detail message.
    • DocletException

      protected DocletException(String message, Throwable cause)
      Creates a DocletException with a given detail message and underlying cause.

      The message may or may not be intended for presentation to the end user.

      Parameter:
      message - the detail message.
      cause - the underlying cause