org.acm.seguin.ide.jedit
Class JEditPrettyPrinter.JavaStyleExceptionPrinter

java.lang.Object
  extended by org.acm.seguin.awt.ExceptionPrinter
      extended by org.acm.seguin.ide.jedit.JEditPrettyPrinter.JavaStyleExceptionPrinter
All Implemented Interfaces:
net.sourceforge.jrefactory.factory.ExceptionPrinter
Enclosing class:
JEditPrettyPrinter

protected class JEditPrettyPrinter.JavaStyleExceptionPrinter
extends ExceptionPrinter

Prints to stdout and includes a dialog box

Since:
2.6.33
Author:
Chris Seguin

Constructor Summary
protected JEditPrettyPrinter.JavaStyleExceptionPrinter()
           
 
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

JEditPrettyPrinter.JavaStyleExceptionPrinter

protected JEditPrettyPrinter.JavaStyleExceptionPrinter()
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 - Description of Parameter
interactive - Description of Parameter
Since:
2.6.33