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

COVERAGE SUMMARY FOR SOURCE FILE [RenderingException.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

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

1package com.hammurapi.render;
2 
3public class RenderingException extends Exception {
4 
5        public RenderingException(String message) {
6                super(message);
7        }
8 
9        public RenderingException(Throwable cause) {
10                super(cause);
11        }
12 
13        public RenderingException(String message, Throwable cause) {
14                super(message, cause);
15        }
16 
17}

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