ZIExceptionService.java :  » Web-Framework » ztemplates » org » ztemplates » web » Java Open Source

Java Open Source » Web Framework » ztemplates 
ztemplates » org » ztemplates » web » ZIExceptionService.java
package org.ztemplates.web;

public interface ZIExceptionService extends ZIService
{
  public void handle(Throwable e) throws Exception;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.