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

COVERAGE SUMMARY FOR SOURCE FILE [CalculatorException.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

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

1package de.uka.ipd.sdq.probespec.framework.exceptions;
2 
3/**
4 * This Exception arises if something during the execution of the Calculator
5 * went wrong.
6 * 
7 * @author Faber
8 * 
9 */
10public class CalculatorException extends Exception {
11 
12        /**
13         * 
14         */
15        private static final long serialVersionUID = -5967757360389441076L;
16        
17        public CalculatorException(String desc) {
18                super(desc);
19        }
20 
21}

[all classes][de.uka.ipd.sdq.probespec.framework.exceptions]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov