Class VmExceptionRenderer

java.lang.Object
org.pkl.core.runtime.VmExceptionRenderer

public final class VmExceptionRenderer extends Object
  • Constructor Details

    • VmExceptionRenderer

      public VmExceptionRenderer(@Nullable @Nullable StackTraceRenderer stackTraceRenderer, boolean color, boolean powerAssertions)
      Constructs an error renderer with the given stack trace renderer. If stack trace renderer is null, stack traces will not be included in error output.
  • Method Details