Package com.zerog.ia.api.pub
Class NonfatalInstallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.zerog.ia.api.pub.InstallException
-
- com.zerog.ia.api.pub.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
-
-
Constructor Summary
Constructors Constructor Description NonfatalInstallException()
ConstructorNonfatalInstallException(java.lang.String s)
Constructor
-