Klasse InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jdrupes.mdoclet.internal.doclets.toolkit.DocletException
org.jdrupes.mdoclet.internal.doclets.toolkit.util.InternalException
- Alle implementierten Schnittstellen:
Serializable
An exception with a user-friendly detail message for an unexpected/internal exception.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungInternalException
(String message, Throwable cause) Creates an exception with a user-friendly detail message, and underlying cause. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
InternalException
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 usercause
- the underlying cause for the exception
-