Coverage report

  %line %branch
com.wikihouse.wildcats0201.jdbcchart.reflectionutil.exception.InstantiationExceptionWrapper
100% 
100% 

 1  
 package com.wikihouse.wildcats0201.jdbcchart.reflectionutil.exception;
 2  
 
 3  
 /**
 4  
  * <B>InstantiationExceptionWrapper </B>.
 5  
  * 
 6  
  * @author $Author: wildcats $
 7  
  * @version $Revision: 5 $
 8  
  */
 9  
 public class InstantiationExceptionWrapper extends RuntimeException {
 10  
 
 11  
     private static final long serialVersionUID = -9081085441972121814L;
 12  
 
 13  2
     public InstantiationExceptionWrapper(InstantiationException e) {
 14  3
         super(e);
 15  1
     }
 16  
 
 17  
 }

This report is generated by jcoverage, Maven and Maven JCoverage Plugin.