Klasse InternalException

Alle implementierten Schnittstellen:
Serializable

public class InternalException extends DocletException
An exception with a user-friendly detail message for an unexpected/internal exception.
Siehe auch:
  • Konstruktordetails

    • InternalException

      public InternalException(String message, Throwable cause)
      Creates an exception with a user-friendly detail message, and underlying cause.

      A stacktrace for the cause may be presented to the user.

      Parameter:
      message - a localized detail message, suitable for direct presentation to the end user
      cause - the underlying cause for the exception