Class InstallerTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.install4j.api.test.InstallerTestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComponentNotFoundException, DialogNotFoundException, FatalInstallerErrorException, FormComponentDisabledException, FormComponentNotFoundException, FormComponentNotUniqueException, FormComponentTypeMismatchException, ScreenNotFoundException, TimeoutException
Base unchecked exception for all failures originating from the install4j testing API.
Concrete subtypes are thrown for specific failure categories.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstallerTestException(String message) InstallerTestException(String message, Throwable cause) InstallerTestException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstallerTestException
-
InstallerTestException
-
InstallerTestException
-