public class RedirectException extends BrutosException
Constructor and Description |
---|
RedirectException() |
RedirectException(String message) |
RedirectException(String view,
DispatcherType dispatcher) |
RedirectException(String message,
Throwable cause) |
RedirectException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
DispatcherType |
getDispatcher() |
String |
getPage() |
String |
getView() |
void |
setPage(String page) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RedirectException()
public RedirectException(String view, DispatcherType dispatcher)
public RedirectException(String message)
public RedirectException(Throwable cause)
public String getPage()
public void setPage(String page)
public String getView()
public DispatcherType getDispatcher()
Copyright © 2018 Brandao. All rights reserved.