Class ErrorMessagePage

  • All Implemented Interfaces:
    Page

    public class ErrorMessagePage
    extends java.lang.Object
    implements Page
    Page to display error stacktrace.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toHtml()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorMessagePage

        public ErrorMessagePage​(java.lang.String template,
                                Icon icon,
                                java.lang.String errorTitle,
                                java.lang.String errorMsg,
                                Locale locale,
                                Theme theme,
                                VersionChecker versionChecker)
      • ErrorMessagePage

        public ErrorMessagePage​(java.lang.String template,
                                java.lang.String errorTitle,
                                java.lang.String errorMsg,
                                VersionChecker versionChecker,
                                Locale locale,
                                Theme theme)
    • Method Detail

      • toHtml

        public java.lang.String toHtml()
        Specified by:
        toHtml in interface Page