Class NonfatalInstallException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NonfatalInstallException
    extends InstallException

    When thrown from a CustomCodeAction, an error is logged with 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.

    Version:
    1.1
    See Also:
    CustomCodeAction, FatalInstallException, 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

      • NonfatalInstallException

        public NonfatalInstallException()
        Constructor
      • NonfatalInstallException

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