net.sf.parser4j.parser.service
Class DebugUtil

java.lang.Object
  extended by net.sf.parser4j.parser.service.DebugUtil

public final class DebugUtil
extends java.lang.Object


Method Summary
static DebugUtil getInstance()
           
 java.lang.String stackTrace()
           
 java.lang.String stackTrace(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DebugUtil getInstance()

stackTrace

public java.lang.String stackTrace()
Returns:
the stack trace

stackTrace

public java.lang.String stackTrace(java.lang.Throwable throwable)
Parameters:
throwable -
Returns:
the stack trace


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.