Class FatalInstallerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.install4j.api.test.InstallerTestException
com.install4j.api.test.exceptions.FatalInstallerErrorException
- All Implemented Interfaces:
Serializable
Thrown when the installer encounters a fatal error on its own (e.g. an action throws, or an
error screen is shown).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFatalInstallerErrorException(String message) FatalInstallerErrorException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalInstallerErrorException
-
FatalInstallerErrorException
-