Class VmExceptionRenderer


  • public class VmExceptionRenderer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String render​(VmException exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VmExceptionRenderer

        public VmExceptionRenderer​(@Nullable StackTraceRenderer stackTraceRenderer)
        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 Detail

      • render

        public java.lang.String render​(VmException exception)