Class InstallerTestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentNotFoundException, DialogNotFoundException, FatalInstallerErrorException, FormComponentDisabledException, FormComponentNotFoundException, FormComponentNotUniqueException, FormComponentTypeMismatchException, ScreenNotFoundException, TimeoutException

public class InstallerTestException extends RuntimeException
Base unchecked exception for all failures originating from the install4j testing API. Concrete subtypes are thrown for specific failure categories.
See Also:
  • Constructor Details

    • InstallerTestException

      public InstallerTestException(String message)
    • InstallerTestException

      public InstallerTestException(String message, Throwable cause)
    • InstallerTestException

      public InstallerTestException(Throwable cause)