|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log4j.DefaultThrowableRenderer
public final class DefaultThrowableRenderer
Default implementation of ThrowableRenderer using Throwable.printStackTrace.
Constructor Summary | |
---|---|
DefaultThrowableRenderer()
Construct new instance. |
Method Summary | |
---|---|
String[] |
doRender(Throwable throwable)
Render Throwable. |
static String[] |
render(Throwable throwable)
Render throwable using Throwable.printStackTrace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultThrowableRenderer()
Method Detail |
---|
public String[] doRender(Throwable throwable)
doRender
in interface ThrowableRenderer
throwable
- throwable, may not be null.
public static String[] render(Throwable throwable)
throwable
- throwable, may not be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |