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

COVERAGE SUMMARY FOR SOURCE FILE [SchedulerReturnedNegativeTimeException.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class SchedulerReturnedNegativeTimeException0%   (0/1)0%   (0/1)0%   (0/4)0%   (0/2)
SchedulerReturnedNegativeTimeException (): void 0%   (0/1)0%   (0/4)0%   (0/2)

1package de.uka.ipd.sdq.simucomframework.exceptions;
2 
3public class SchedulerReturnedNegativeTimeException extends RuntimeException {
4 
5        /**
6         * 
7         */
8        private static final long serialVersionUID = -3047357222647201956L;
9 
10        public SchedulerReturnedNegativeTimeException() {
11                super("The scheduling alogrithm violated the constraint that the time for the next event to happen has to be positive all the time! Please file a bugreport at the PCM homepage!");
12        }
13}

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