com.jeffpalm.javaparser
Interface ExceptionPrinter


public interface ExceptionPrinter

Prints exceptions

Since:
2.6.33
Author:
Chris Seguin

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

Method Detail

printException

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

Parameters:
exc - the exception to be printed
interactive - Description of the Parameter
Since:
2.6.33