|
Log4j 1.2.17 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.EnhancedThrowableRenderer
public final class EnhancedThrowableRenderer
Enhanced implementation of ThrowableRenderer. Uses Throwable.getStackTrace if running on JDK 1.4 or later and delegates to DefaultThrowableRenderer.render on earlier virtual machines.
Constructor Summary | |
---|---|
EnhancedThrowableRenderer()
Construct new instance. |
Method Summary | |
---|---|
java.lang.String[] |
doRender(java.lang.Throwable throwable)
Render Throwable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnhancedThrowableRenderer()
Method Detail |
---|
public java.lang.String[] doRender(java.lang.Throwable throwable)
doRender
in interface ThrowableRenderer
throwable
- throwable, may not be null.
|
Log4j 1.2.17 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |