Uses of Class
org.fest.swing.exception.ActionFailedException

Packages that use ActionFailedException
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
org.fest.swing.exception All exception classes in FEST-Swing. 
 

Uses of ActionFailedException in org.fest.swing.driver
 

Methods in org.fest.swing.driver that return ActionFailedException
protected static ActionFailedException AbstractJTableCellWriter.cannotFindOrActivateEditor(int row, int column)
          Throws a ActionFailedException if this JTableCellWriter could not find or activate the cell editor of the supported type.
 

Uses of ActionFailedException in org.fest.swing.exception
 

Methods in org.fest.swing.exception that return ActionFailedException
static ActionFailedException ActionFailedException.actionFailure(String message)
          Creates a new ActionFailedException.
static ActionFailedException ActionFailedException.actionFailure(String message, Throwable cause)
          Creates a new ActionFailedException.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.