Class ErrorPage

All Implemented Interfaces:
Params

@LimitedPrivate({"YARN","MapReduce"}) public class ErrorPage extends HtmlPage
A jquery-ui themeable error page
  • Constructor Details

    • ErrorPage

      public ErrorPage()
  • Method Details

    • render

      protected void render(Hamlet.HTML<HtmlPage.__> html)
      Description copied from class: HtmlPage
      Render the HTML page.
      Specified by:
      render in class HtmlPage
      Parameters:
      html - the page to render data to.
    • errorDetails

      protected String errorDetails()
    • toStackTrace

      public static String toStackTrace(Throwable error, int cutoff)