%line | %branch | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
org.demosys.web.iteration.CreateIterationException |
|
|
1 | /* |
|
2 | * Demosys. |
|
3 | * |
|
4 | * Terms of license - http://opensource.org/licenses/apachepl.php |
|
5 | */ |
|
6 | package org.demosys.web.iteration; |
|
7 | /** |
|
8 | */ |
|
9 | public class CreateIterationException extends Exception { |
|
10 | public CreateIterationException(String message) { |
|
11 | 0 | super(message); |
12 | 0 | } |
13 | } |
This report is generated by jcoverage, Maven and Maven JCoverage Plugin. |