org.apache.turbine.modules.actions
Class VelocityActionThrowsException
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.apache.turbine.util.velocity.VelocityActionEvent
org.apache.turbine.modules.actions.VelocityAction
org.apache.turbine.modules.actions.VelocityActionThrowsException
public class VelocityActionThrowsException
- extends VelocityAction
This action is used in testing the ActionLoader for Velocity templates. Verifies
that exceptions are properly bubbled out.
- Author:
- Eric Pugh, Peter Courcoux
Method Summary |
void |
doCauseexception(PipelineData data,
org.apache.velocity.context.Context context)
This action event also throws an exception. |
void |
doCauseexception(RunData data,
org.apache.velocity.context.Context context)
This action event also throws an exception. |
void |
doPerform(PipelineData data,
org.apache.velocity.context.Context context)
Default action is throw an exception. |
void |
doPerform(RunData data,
org.apache.velocity.context.Context context)
Default action is throw an exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityActionThrowsException
public VelocityActionThrowsException()
doPerform
public void doPerform(RunData data,
org.apache.velocity.context.Context context)
throws Exception
- Default action is throw an exception.
- Specified by:
doPerform
in class VelocityAction
- Parameters:
data
- Current RunData informationcontext
- Context to populate
- Throws:
Exception
- Thrown on error
doPerform
public void doPerform(PipelineData data,
org.apache.velocity.context.Context context)
throws Exception
- Default action is throw an exception.
- Overrides:
doPerform
in class VelocityAction
- Parameters:
data
- Current PipelineData informationcontext
- Context to populate
- Throws:
Exception
- Thrown on error
doCauseexception
public void doCauseexception(RunData data,
org.apache.velocity.context.Context context)
throws Exception
- This action event also throws an exception.
- Parameters:
data
- context
-
- Throws:
Exception
doCauseexception
public void doCauseexception(PipelineData data,
org.apache.velocity.context.Context context)
throws Exception
- This action event also throws an exception.
- Parameters:
data
- context
-
- Throws:
Exception
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.