org.bibalex.daf.entities.phase
Class MockPhaseAction_1

java.lang.Object
  extended by org.bibalex.daf.entities.phase.PhaseAction
      extended by org.bibalex.daf.entities.phase.MockPhaseAction_1

public class MockPhaseAction_1
extends PhaseAction

Mocking PhaseAction and throws exception when applying action.

Author:
Shehab.Kamal

Constructor Summary
MockPhaseAction_1()
           
 
Method Summary
 void applyAction()
          When overridden in a derived class, applies the action associated with phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockPhaseAction_1

public MockPhaseAction_1()
Method Detail

applyAction

public void applyAction()
                 throws PhaseActionException
Description copied from class: PhaseAction
When overridden in a derived class, applies the action associated with phase.

Specified by:
applyAction in class PhaseAction
Throws:
PhaseActionException - If the action fails.