org.acm.seguin.awt
Class GUIExceptionPrinter

java.lang.Object
  extended by org.acm.seguin.awt.ExceptionPrinter
      extended by org.acm.seguin.awt.GUIExceptionPrinter
All Implemented Interfaces:
net.sourceforge.jrefactory.factory.ExceptionPrinter

public class GUIExceptionPrinter
extends ExceptionPrinter

Prints to stdout and includes a dialog box

Since:
2.6.33
Author:
Chris Seguin

Constructor Summary
GUIExceptionPrinter()
           
 
Method Summary
 void printException(java.lang.Throwable exc, boolean interactive)
          Prints exceptions
 
Methods inherited from class org.acm.seguin.awt.ExceptionPrinter
getExceptionsPrinted, getInstance, print, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIExceptionPrinter

public GUIExceptionPrinter()
Method Detail

printException

public void printException(java.lang.Throwable exc,
                           boolean interactive)
Prints exceptions

Specified by:
printException in interface net.sourceforge.jrefactory.factory.ExceptionPrinter
Specified by:
printException in class ExceptionPrinter
Parameters:
exc - the exception to be printed
interactive - Description of the Parameter
Since:
2.6.33