Frames No Frames

  %method %block %branch %line
net.jaekl.qd.QDException
100%(2/2)
100%(2/2)
-%
100%(4/4)

hit count method name method modifiers method signature
4 <init> [public] void <init>()
1 <init> [public] void <init>(java.lang.Throwable)

 1  
 package net.jaekl.qd;
 2  
 
 3  
 public class QDException extends Exception
 4  
 {
 5  
 	private static final long serialVersionUID = 1L;
 6  
 
 7  
 	public QDException() {
 8  Block: 1/1 
 		super();
 9  
 	}
 10  
 	
 11  
 	public QDException(Throwable t) {
 12  Block: 1/1 
 		super(t);
 13  
 	}
 14  
 }

Report generated 11/12/14 11:31 PM