| com.salmonllc.portlet.SalmonPortletException
SalmonPortletException | public class SalmonPortletException extends PortletException (Code) | | A special exception handled by the SalmonPortlet. This is used by the framework and should not be called directly. Instead use the method handlePortletException in JspController to report errors to the SalmonPortlet
|
Constructor Summary | |
public | SalmonPortletException(PortletException realException, boolean logMessage, boolean throwMessage, String displayMessage) |
_logMessage | boolean _logMessage(Code) | | |
_realException | PortletException _realException(Code) | | |
_throwMessage | boolean _throwMessage(Code) | | |
SalmonPortletException | public SalmonPortletException(PortletException realException, boolean logMessage, boolean throwMessage, String displayMessage)(Code) | | |
getDisplayMessage | public String getDisplayMessage()(Code) | | a String to display or null if nothing should display in the portlet |
getLogMessage | public boolean getLogMessage()(Code) | | true to log this message to the message log |
getRealException | public PortletException getRealException()(Code) | | the actual exception that caused this one |
getThrowMessage | public boolean getThrowMessage()(Code) | | whether or not the portlet should throw the message to the portal |
messageLogged | void messageLogged()(Code) | | |
|
|