com.croftsoft.core.lang.ex
Class PrintExceptionListener

java.lang.Object
  extended by com.croftsoft.core.lang.ex.PrintExceptionListener
All Implemented Interfaces:
ExceptionListener

public class PrintExceptionListener
extends Object
implements ExceptionListener

A concrete ExceptionListener that simply calls printStackTrace().

Version:
1998-12-05
Author:
David Wallace Croft

Constructor Summary
PrintExceptionListener()
           
 
Method Summary
 void threwException(Object o, Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintExceptionListener

public PrintExceptionListener()
Method Detail

threwException

public void threwException(Object o,
                           Exception ex)
Specified by:
threwException in interface ExceptionListener

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)