public interface

ThrowableRenderer

org.apache.log4j.spi.ThrowableRenderer
Known Indirect Subclasses

Class Overview

Implemented by classes that render instances of java.lang.Throwable (exceptions and errors) into a string representation.

Summary

Public Methods
abstract String[] doRender(Throwable t)
Render Throwable.

Public Methods

public abstract String[] doRender (Throwable t)

Render Throwable.

Parameters
t throwable, may not be null.
Returns
  • String representation.