Uses of Class
org.fest.swing.exception.ActionFailedException
Packages that use ActionFailedException
Package
Description
Simple (but useful) data structures.
Drivers that simulate user input on GUI
Component
s.
All exception classes in FEST-Swing.
-
Uses of ActionFailedException in org.fest.swing.data
Methods in org.fest.swing.data that return ActionFailedExceptionModifier and TypeMethodDescriptionprivate static ActionFailedException
TableCellByColumnId.failColumnIndexNotFound
(Object columnId) -
Uses of ActionFailedException in org.fest.swing.driver
Methods in org.fest.swing.driver that return ActionFailedExceptionModifier and TypeMethodDescriptionprotected static ActionFailedException
AbstractJTableCellWriter.cannotFindOrActivateEditor
(int row, int column) Throws a
if thisActionFailedException
could not find or activate the cell editor of the supported type.JTableCellWriter
private static ActionFailedException
JTextComponentDriver.cannotGetLocation
(JTextComponent textBox, int index) private static ActionFailedException
JTableDriver.failColumnIndexNotFound
(Object columnId) -
Uses of ActionFailedException in org.fest.swing.exception
Methods in org.fest.swing.exception that return ActionFailedExceptionModifier and TypeMethodDescriptionstatic ActionFailedException
ActionFailedException.actionFailure
(String message) Creates a new
.ActionFailedException
static ActionFailedException
ActionFailedException.actionFailure
(String message, Throwable cause) Creates a new
.ActionFailedException