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