Package com.teamdev.jxbrowser.extensions
Class ExtensionInstallationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.extensions.ExtensionInstallationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the extension installation has failed.
- Since:
- 8.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionInstallationException(String message) Constructs aExtensionInstallationExceptionobject with the givenmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExtensionInstallationException
Constructs aExtensionInstallationExceptionobject with the givenmessage.- Parameters:
message- a string that represents the exception details
-