Class QuteErrorPageSetup

java.lang.Object
io.quarkus.qute.runtime.devmode.QuteErrorPageSetup
All Implemented Interfaces:
io.quarkus.dev.spi.HotReplacementSetup

public class QuteErrorPageSetup extends Object implements io.quarkus.dev.spi.HotReplacementSetup
  • Constructor Details

    • QuteErrorPageSetup

      public QuteErrorPageSetup()
  • Method Details

    • setupHotDeployment

      public void setupHotDeployment(io.quarkus.dev.spi.HotReplacementContext context)
      Specified by:
      setupHotDeployment in interface io.quarkus.dev.spi.HotReplacementSetup
    • generatePage

      String generatePage(Throwable exception)
    • getProblemInfo

      String getProblemInfo(int index, Throwable problem, Template problemTemplate, Escaper escaper)
    • htmlPadRight

      static String htmlPadRight(String s, int n)