org.kuali.student.common.ui.client.widgets
Class KSErrorDialog

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.KSErrorDialog

public class KSErrorDialog
extends Object


Nested Class Summary
static class KSErrorDialog.MessagesRequired
           
 
Field Summary
(package private) static ApplicationContext context
           
 
Constructor Summary
KSErrorDialog()
           
 
Method Summary
private static void appendStackTrace(Throwable t, StringBuilder s)
           
static void bindUncaughtExceptionHandler()
           
private static String getErrorDescription(Throwable error)
           
private static String getStackTrace(Throwable t)
           
private static void sendReport(Throwable error)
           
static void show(Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

static final ApplicationContext context
Constructor Detail

KSErrorDialog

public KSErrorDialog()
Method Detail

bindUncaughtExceptionHandler

public static void bindUncaughtExceptionHandler()

getStackTrace

private static String getStackTrace(Throwable t)

appendStackTrace

private static void appendStackTrace(Throwable t,
                                     StringBuilder s)

show

public static void show(Throwable error)

getErrorDescription

private static String getErrorDescription(Throwable error)

sendReport

private static void sendReport(Throwable error)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.