Package io.quarkus.dev.console
Class CurrentAppExceptionHighlighter
java.lang.Object
io.quarkus.dev.console.CurrentAppExceptionHighlighter
A bit of a hack, but currently there is no other way to do this.
This allows for exceptions to be formatted to be bold/underlined in the console if they
are part of the user application, which makes it much easier to see the interesting
parts of large stack traces
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THROWABLE_FORMATTER
-
-
Constructor Details
-
CurrentAppExceptionHighlighter
public CurrentAppExceptionHighlighter()
-