Package org.pkl.core.runtime
Class VmExceptionRenderer
- java.lang.Object
-
- org.pkl.core.runtime.VmExceptionRenderer
-
public class VmExceptionRenderer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VmExceptionRenderer(@Nullable StackTraceRenderer stackTraceRenderer)Constructs an error renderer with the given stack trace renderer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringrender(VmException exception)
-
-
-
Constructor Detail
-
VmExceptionRenderer
public VmExceptionRenderer(@Nullable StackTraceRenderer stackTraceRenderer)
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 Detail
-
render
public java.lang.String render(VmException exception)
-
-