X-Git-Url: http://jaekl.net/gitweb/?p=frank.git;a=blobdiff_plain;f=report%2Fnet%2Fjaekl%2Fqd%2Fxml%2FXmlParseException.html;fp=report%2Fnet%2Fjaekl%2Fqd%2Fxml%2FXmlParseException.html;h=0000000000000000000000000000000000000000;hp=94ba0aa9c58c2925ca0c77b59e9b18f9c613362d;hb=c35af9e511e8390a66ca76331c3af43d0f0f7464;hpb=24f097b0fe78fa44f99b9f6f2e51a8e689d86a4a diff --git a/report/net/jaekl/qd/xml/XmlParseException.html b/report/net/jaekl/qd/xml/XmlParseException.html deleted file mode 100644 index 94ba0aa..0000000 --- a/report/net/jaekl/qd/xml/XmlParseException.html +++ /dev/null @@ -1,191 +0,0 @@ - - -tests coverage - - - - - - - - - -
-Frames -No Frames -
-

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

-

- - - - - - - - - - - - - - - - - - - -
hit countmethod namemethod modifiersmethod 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
- -