UnresolvableForwardException Class
- public class UnresolvableForwardException
extends PageFlowException
Exception thrown by Forward
when a forward name does not resolve to a forward defined
by @jpf:forward
.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
PageFlowException
UnresolvableForwardException
-
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 |
UnresolvableForwardException
public UnresolvableForwardException(String
forwardName,
String
actionName,
FlowController
fc)
- Constructor.
getForwardName() Method
public String
getForwardName()
Get the name of the unresolvable Forward
.
Returns
- a String that is the name of the unresolvable
Forward
.
getMessageArgs() Method
protected Object
[] getMessageArgs()
-
Overrides
-
PageFlowException.getMessageArgs()
getMessageParts() Method
public String
[] getMessageParts()
-
Overrides
-
PageFlowException.getMessageParts()
setForwardName(String) Method
public void setForwardName(String
forwardName)
Set the name of the unresolvable Forward
.
Parameters
-
forwardName
- a String that is the name of the unresolvable
Forward
.