|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enhydra.barracuda.core.util.exceptions.NestableException | +--org.enhydra.barracuda.core.event.EventException | +--org.enhydra.barracuda.core.event.ClientSideRedirectException
This class defines a ClientSideRedirectException...throwing this will cause the ApplicationGateway to redirect the browser to the new Event.
Constructor Summary | |
ClientSideRedirectException(BaseEvent newEvent)
The public contructor for ClientSideRedirectException |
|
ClientSideRedirectException(java.lang.String iurl)
The public contructor for ClientSideRedirectException |
Method Summary | |
java.lang.String |
getRedirectURL()
Get the new event that triggered this interrupt |
Methods inherited from class org.enhydra.barracuda.core.util.exceptions.NestableException |
getBaseException, getRootException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClientSideRedirectException(BaseEvent newEvent)
newEvent
- - the newEvent the client browser
should be redirected topublic ClientSideRedirectException(java.lang.String iurl)
Method Detail |
public java.lang.String getRedirectURL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |