1. Project Clover database Mon Aug 27 2018 22:12:52 BRT
  2. Package net.technearts.rip

File HttpFormatException.java

 

Coverage histogram

../../../img/srcFileCovDistChart0.png
50% of files have more coverage

Code metrics

0
1
1
1
9
7
1
1
1
1
1

Classes

Class Line # Actions
HttpFormatException 3 1 0% 1 2
0.00%
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package net.technearts.rip;
2   
 
3    public class HttpFormatException extends Exception {
4    private static final long serialVersionUID = 2466383400971617206L;
5   
 
6  0 toggle public HttpFormatException(final String msg) {
7  0 super(msg);
8    }
9    }