Class DefaultThrowableRenderer

    • Constructor Detail

      • DefaultThrowableRenderer

        public DefaultThrowableRenderer()
        Construct new instance.
    • Method Detail

      • render

        public static String[] render​(Throwable throwable)
        Render throwable using Throwable.printStackTrace.
        Parameters:
        throwable - throwable, may not be null.
        Returns:
        string representation.
      • doRender

        public String[] doRender​(Throwable throwable)
        Render Throwable.
        Specified by:
        doRender in interface ThrowableRenderer
        Parameters:
        throwable - throwable, may not be null.
        Returns:
        String representation.