Frames No Frames

  %method %block %branch %line
net.jaekl.qd.xml.XmlParseException
50%(1/2)
50%(1/2)
-%
50%(2/4)

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

 1  
 package net.jaekl.qd.xml;
 2  
 
 3  
 import net.jaekl.qd.QDException;
 4  
 
 5  
 public class XmlParseException extends QDException 
 6  
 {
 7  
 	private static final long serialVersionUID = 1L;
 8  
 
 9  Block: 1/1 
 	public XmlParseException() {
 10  
 		// no-op
 11  
 	}
 12  
 	
 13  
 	public XmlParseException(Throwable t) {
 14  Block: 0/1 
 		super(t);
 15  
 	}
 16  
 
 17  
 }

Report generated 11/12/14 11:31 PM