1 48 49 package org.jpublish.exception; 50 51 import com.anthonyeden.lib.config.Configuration; 52 import com.anthonyeden.lib.config.ConfigurationException; 53 54 59 60 public interface ExceptionHandler { 61 62 67 68 public void handleException(ExceptionWrapper error); 69 70 76 77 public void configure(Configuration configuration) 78 throws ConfigurationException; 79 80 } 81 | Popular Tags |