ch.qos.logback.classic.spi
Class ThrowableToDataPointArray

java.lang.Object
  extended by ch.qos.logback.classic.spi.ThrowableToDataPointArray

public class ThrowableToDataPointArray
extends Object

Convert a throwable into an array of ThrowableDataPoint objects.

Author:
Ceki Gülcü

Constructor Summary
ThrowableToDataPointArray()
           
 
Method Summary
static ThrowableDataPoint[] convert(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableToDataPointArray

public ThrowableToDataPointArray()
Method Detail

convert

public static ThrowableDataPoint[] convert(Throwable t)


Copyright © 2005-2011 QOS.ch. All Rights Reserved.