Class FatalInstallException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FatalInstallException
    extends InstallException

    When thrown from a CustomCodeAction, a fatal error is logged in the end user's installation log.

    Throwing this exception does NOT cause the installer to exit. To have the installer exit, use the abortInstallation() method available from the various custom code proxies.

    See Also:
    CustomCodeAction, NonfatalInstallException, CustomError, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FatalInstallException

        public FatalInstallException()
        Constructor
      • FatalInstallException

        public FatalInstallException​(java.lang.String s)
        Constructor