org.acm.seguin.awt
Class TextExceptionPrinter

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

public class TextExceptionPrinter
extends ExceptionPrinter

Prints to stdout

Since:
2.6.33
Author:
Chris Seguin

Constructor Summary
TextExceptionPrinter()
           
 
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

TextExceptionPrinter

public TextExceptionPrinter()
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