org.xwiki.action.internal
Class ErrorAction

java.lang.Object
  extended by org.xwiki.action.internal.ErrorAction
All Implemented Interfaces:
Action

@Component(value="error")
public class ErrorAction
extends java.lang.Object
implements Action


Constructor Summary
ErrorAction()
           
 
Method Summary
 void execute()
           
 void execute(java.lang.Object additionalData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorAction

public ErrorAction()
Method Detail

execute

public void execute()
             throws ActionException
Specified by:
execute in interface Action
Throws:
ActionException

execute

public void execute(java.lang.Object additionalData)
             throws ActionException
Specified by:
execute in interface Action
Throws:
ActionException


Copyright © 2004-2011 XWiki. All Rights Reserved.