Package org.pkl.core.runtime
Class VmExceptionRenderer
java.lang.Object
org.pkl.core.runtime.VmExceptionRenderer
-
Constructor Summary
ConstructorsConstructorDescriptionVmExceptionRenderer(@Nullable StackTraceRenderer stackTraceRenderer, boolean color, boolean powerAssertions) Constructs an error renderer with the given stack trace renderer. -
Method Summary
-
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 isnull, stack traces will not be included in error output.
-
-
Method Details
-
render
-