Uses of Class
org.fest.swing.exception.UnexpectedException
Packages that use UnexpectedException
Package
Description
Drivers that simulate user input on GUI
Component
s.
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) void
JInternalFrameDriver.failIfVetoed
(JInternalFrame internalFrame, JInternalFrameAction action, UnexpectedException unexpected) private PropertyVetoException
JInternalFrameDriver.vetoFrom
(UnexpectedException unexpected) -
Uses of UnexpectedException in org.fest.swing.exception
Methods in org.fest.swing.exception that return UnexpectedExceptionModifier and TypeMethodDescriptionstatic UnexpectedException
UnexpectedException.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 UnexpectedException
AppletLauncher.cannotInstantiateApplet
(String appletType, Exception cause) private static UnexpectedException
AppletLauncher.cannotLoadType
(String typeName, Exception e)