ch.qos.mistletoe.core.helper
Class ExceptionHelper

java.lang.Object
  extended by ch.qos.mistletoe.core.helper.ExceptionHelper

public class ExceptionHelper
extends Object


Field Summary
static String CAUSED_BY
           
 
Constructor Summary
ExceptionHelper(Throwable throwable)
           
 
Method Summary
 String asString()
           
 int getLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAUSED_BY

public static final String CAUSED_BY
See Also:
Constant Field Values
Constructor Detail

ExceptionHelper

public ExceptionHelper(Throwable throwable)
Method Detail

getLines

public int getLines()

asString

public String asString()


Copyright © 2009-2013 QOS.ch. All Rights Reserved.