IllegalPageInputException Class
- public class IllegalPageInputException
extends PageFlowException
Exception that occurs when a page input has been added to a Forward that resolves to a
@jpf:forward
marked redirect="true"
. Page inputs may not be used on
redirect forwards.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
PageFlowException
IllegalPageInputException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IllegalPageInputException
public IllegalPageInputException(String
forwardName,
String
actionName,
FlowController
flowController,
String
pageInputName)
- Constructor.
getForwardName() Method
public String
getForwardName()
Get the name of the relevant Forward
.
Returns
- a String that is the name of the relevant
Forward
.
getMessageArgs() Method
protected Object
[] getMessageArgs()
-
Overrides
-
PageFlowException.getMessageArgs()
getMessageParts() Method
public String
[] getMessageParts()
-
Overrides
-
PageFlowException.getMessageParts()
getPageInputName() Method
public String
getPageInputName()
Get the name of the relevant page input.
Returns
- a String that is the name of the relevant page input.
setForwardName(String) Method
public void setForwardName(String
forwardName)
Set the name of the relevant Forward
.
Parameters
-
forwardName
- a String that is the name of the relevant
Forward
.
setPageInputName(String) Method
public void setPageInputName(String
pageInputName)
Set the name of the relevant page input.
Parameters
-
pageInputName
- a String that is the name of the relevant page input.