EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.pipesandfilters.framework.exceptions] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
PipesAndFiltersException.java | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class PipesAndFiltersException | 0% (0/1) | 0% (0/1) | 0% (0/4) | 0% (0/2) |
PipesAndFiltersException (String): void | 0% (0/1) | 0% (0/4) | 0% (0/2) |
1 | package de.uka.ipd.sdq.pipesandfilters.framework.exceptions; |
2 | |
3 | /** |
4 | * The exception thrown by classes in the pipes and filters packages. |
5 | * |
6 | * @author Baum |
7 | * |
8 | */ |
9 | public class PipesAndFiltersException extends Exception { |
10 | |
11 | private static final long serialVersionUID = 1L; |
12 | |
13 | /** |
14 | * The constructor of a pipes and filters exception |
15 | * |
16 | * @param desc |
17 | * The exception description |
18 | */ |
19 | public PipesAndFiltersException(String desc) { |
20 | super(desc); |
21 | } |
22 | } |
[all classes][de.uka.ipd.sdq.pipesandfilters.framework.exceptions] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |