001 /* 002 @license.text@ 003 */ 004 package biz.hammurapi.util; 005 006 /** 007 * 008 * @author Pavel Vlasov 009 * @version $Revision: 1.2 $ 010 */ 011 public interface ExceptionSink { 012 void consume(Object source, Exception e); 013 }