package saker.build.runtime.execution
Interface for defining how a given exception should be displayed to the stream.
public boolean | Checks if the specified stack trace element should be included in the displayed stack trace. |
public default boolean | Checks if the script trace should be included in the displayed exception trace. |
public boolean | Checks if a count line should be displayed in the place of skipped stack trace elements. |
Checks if the specified stack trace element should be included in the displayed stack trace.
elemThe stack trace element.
true
to include it in the printed stack trace.Checks if the script trace should be included in the displayed exception trace.
The default implementation returns true
.
true
to print the script trace.Checks if a count line should be displayed in the place of skipped stack trace elements.
true
to print a skip count.