at.spardat.xma.boot
Class BRNotificationBox

java.lang.Object
  extended byat.spardat.xma.boot.BRNotificationBox

public class BRNotificationBox
extends java.lang.Object

Utility methods to display boot runtime exceptions


Constructor Summary
BRNotificationBox()
           
 
Method Summary
static void show(java.lang.Throwable throwable)
          Shows a java.lang.Throwable in a modal message box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BRNotificationBox

public BRNotificationBox()
Method Detail

show

public static void show(java.lang.Throwable throwable)
Shows a java.lang.Throwable in a modal message box.

Parameters:
throwable - a Throwable to show