Class InternalErrorPage

  • All Implemented Interfaces:
    Page

    public class InternalErrorPage
    extends java.lang.Object
    implements Page
    Page to display error stacktrace.
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalErrorPage​(java.lang.String template, java.lang.String errorMsg, java.lang.Throwable error, VersionChecker versionChecker)  
    • 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

      • InternalErrorPage

        public InternalErrorPage​(java.lang.String template,
                                 java.lang.String errorMsg,
                                 java.lang.Throwable error,
                                 VersionChecker versionChecker)
    • Method Detail

      • toHtml

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