EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.pipesandfilters.framework.exceptions]

COVERAGE SUMMARY FOR SOURCE FILE [PipesAndFiltersException.java]

nameclass, %method, %block, %line, %
PipesAndFiltersException.java0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class PipesAndFiltersException0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)
PipesAndFiltersException (String): void 0%   (0/1)0%   (0/4)0%   (0/2)

1package 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 */
9public 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