Class ExceptionToPngRenderer
- java.lang.Object
-
- org.opennms.netmgt.jasper.grafana.ExceptionToPngRenderer
-
public class ExceptionToPngRenderer extends java.lang.Object
Utility class to rendering an exception as an image.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description ExceptionToPngRenderer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
renderExceptionToPng(java.lang.Exception e)
Render the given exception to an image.
-