Uses of Class
org.fest.swing.exception.UnexpectedException
Packages that use UnexpectedException
Package
Description
Drivers that simulate user input on GUI
Components.
All exception classes in FEST-Swing.
Launches applications from a "main" method and Java applets
-
Uses of UnexpectedException in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type UnexpectedExceptionModifier and TypeMethodDescription(package private) voidJInternalFrameDriver.failIfVetoed(JInternalFrame internalFrame, JInternalFrameAction action, UnexpectedException unexpected) private PropertyVetoExceptionJInternalFrameDriver.vetoFrom(UnexpectedException unexpected) -
Uses of UnexpectedException in org.fest.swing.exception
Methods in org.fest.swing.exception that return UnexpectedExceptionModifier and TypeMethodDescriptionstatic UnexpectedExceptionUnexpectedException.unexpected(Throwable cause) Returns aUnexpectedException. -
Uses of UnexpectedException in org.fest.swing.launcher
Methods in org.fest.swing.launcher that return UnexpectedExceptionModifier and TypeMethodDescriptionprivate static UnexpectedExceptionAppletLauncher.cannotInstantiateApplet(String appletType, Exception cause) private static UnexpectedExceptionAppletLauncher.cannotLoadType(String typeName, Exception e)