org.apache.beehive.netui.pageflow
Class IllegalPageInputException
Object
Throwable
Exception
RuntimeException
PageFlowManagedObjectException
PageFlowException
IllegalActionOutputException
IllegalPageInputException
- All Implemented Interfaces:
- Serializable
Deprecated. Use IllegalActionOutputException
instead.
public class IllegalPageInputException
- extends IllegalActionOutputException
Exception that occurs when a action output has been added to a Forward that resolves to a
@Jpf.Forward
annotation marked with
redirect
=true
.
Action outputs may not be used on redirect forwards.
- See Also:
- Serialized Form
Method Summary |
String |
getPageInputName()
Deprecated. Get the name of the relevant action output. |
void |
setPageInputName(String actionOutputName)
Deprecated. Set the name of the relevant action output. |
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 |
IllegalPageInputException
public IllegalPageInputException(String forwardName,
String actionName,
FlowController flowController,
String actionOutputName)
- Deprecated.
- Constructor.
- Parameters:
forwardName
- the name of the relevant Forward
.actionName
- the name of the current action being run.flowController
- the current FlowController
instance.actionOutputName
- the name of the relevant action output.
getPageInputName
public String getPageInputName()
- Deprecated.
- Get the name of the relevant action output.
- Returns:
- a String that is the name of the relevant action output.
setPageInputName
public void setPageInputName(String actionOutputName)
- Deprecated.
- Set the name of the relevant action output.
- Parameters:
actionOutputName
- a String that is the name of the relevant action output.