EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011)
[all classes][com.hammurapi.common.concurrent]

COVERAGE SUMMARY FOR SOURCE FILE [PropertySetException.java]

nameclass, %method, %block, %line, %
PropertySetException.java0%   (0/1)0%   (0/3)0%   (0/13)0%   (0/6)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class PropertySetException0%   (0/1)0%   (0/3)0%   (0/13)0%   (0/6)
PropertySetException (String): void 0%   (0/1)0%   (0/4)0%   (0/2)
PropertySetException (String, Throwable): void 0%   (0/1)0%   (0/5)0%   (0/2)
PropertySetException (Throwable): void 0%   (0/1)0%   (0/4)0%   (0/2)

1package com.hammurapi.common.concurrent;
2 
3import com.hammurapi.common.HammurapiException;
4 
5public class PropertySetException extends HammurapiException {
6 
7        public PropertySetException(String message) {
8                super(message);
9        }
10 
11        public PropertySetException(Throwable cause) {
12                super(cause);
13        }
14 
15        public PropertySetException(String message, Throwable cause) {
16                super(message, cause);
17        }
18 
19}

[all classes][com.hammurapi.common.concurrent]
EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov