Class ShowServerError

java.lang.Object
org.eclnt.jsfserver.defaultscreens.ShowServerError
All Implemented Interfaces:
Serializable

public class ShowServerError extends Object implements Serializable
See Also:
  • Constructor Details

    • ShowServerError

      public ShowServerError()
  • Method Details

    • onHideAllPopups

      public void onHideAllPopups(javax.faces.event.ActionEvent event)
    • getText

      public String getText()
    • getThrowable

      public Throwable getThrowable()
    • getClientErrorClass

      public String getClientErrorClass()
    • getClientErrorText

      public String getClientErrorText()
    • getClientErrorInfo

      public String getClientErrorInfo()
    • passThrowable

      public static void passThrowable(Throwable t)
    • passClientError

      @Deprecated public static void passClientError(javax.servlet.http.HttpSession session, String clientErrorClass, String clientErrorText)
      Deprecated.
      this method does not work if using COOKIE for session tracking!
    • passClientError

      public static void passClientError(ISessionAbstraction dialogSession, String clientErrorClass, String clientErrorText)