org.apache.beehive.netui.pageflow
Class IllegalRedirectOutputFormException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
IllegalOutputFormException
IllegalRedirectOutputFormException
- All Implemented Interfaces:
- Serializable
public class IllegalRedirectOutputFormException
- extends IllegalOutputFormException
Exception that occurs when an output form has been added to a Forward that resolves to a
@Jpf.Forward annotation marked with
redirect=true.
Output forms may not be used on redirect forwards.
- See Also:
Forward.addOutputForm(java.lang.Object),
Serialized Form
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalRedirectOutputFormException
public IllegalRedirectOutputFormException(String forwardName,
String actionName,
FlowController flowController,
String outputFormType)
- Parameters:
forwardName - the name of the relevant Forward.actionName - the name of the current action being run.flowController - the current FlowController instance.outputFormType - the type name of the relevant output form.
getMessageArgs
protected Object[] getMessageArgs()
- Specified by:
getMessageArgs in class PageFlowManagedObjectException
getMessageParts
public String[] getMessageParts()
- Specified by:
getMessageParts in class PageFlowManagedObjectException