Class ErrorReplacingProcessReader

java.lang.Object
io.quarkus.deployment.pkg.steps.ErrorReplacingProcessReader
All Implemented Interfaces:
Runnable

public final class ErrorReplacingProcessReader extends Object implements Runnable
Substrate prints incomprehensible and useless 'potential call paths' that look like stack traces

This class intercepts them and prints meaningful output instead, so users don't waste hours going on wild goose chases

  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable