org.fusesource.web.console.client.util
Class DebugHelper

java.lang.Object
  extended by org.fusesource.web.console.client.util.DebugHelper

public class DebugHelper
extends java.lang.Object

Version:
$Revision: 1.1 $

Field Summary
protected static int MAX_STACK_DEPTH
           
 
Constructor Summary
DebugHelper()
           
 
Method Summary
static java.lang.String getStacktraceAsString(java.lang.Throwable tracepoint)
           
static void performDefaultErrorHandling(java.lang.Throwable caught)
           
static void registerErrorHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_STACK_DEPTH

protected static final int MAX_STACK_DEPTH
See Also:
Constant Field Values
Constructor Detail

DebugHelper

public DebugHelper()
Method Detail

registerErrorHandler

public static void registerErrorHandler()

performDefaultErrorHandling

public static void performDefaultErrorHandling(java.lang.Throwable caught)

getStacktraceAsString

public static java.lang.String getStacktraceAsString(java.lang.Throwable tracepoint)


Copyright © 2009 FuseSource. All Rights Reserved.