Clover coverage report -
Coverage timestamp:
Sun Mar 5 2006 06:05:21 CST
Overview
Package
File
FRAMES
NO FRAMES
file stats:
LOC:
23
Methods:
2
NCLOC:
9
Classes:
1
Source file
Conditionals
Statements
Methods
TOTAL
InitializationException.java
-
0%
0%
0%
1
/*
2
* Copyright (c) 2002-2003 by OpenSymphony
3
* All rights reserved.
4
*/
5
package
com.opensymphony.oscache.base;
6
7
8
/**
9
* Thrown by {@link LifecycleAware} listeners that are not able to initialize
10
* themselves.
11
*
12
*
@version
$Revision: 1.1 $
13
*
@author
<a href="mailto:chris@swebtec.com">Chris Miller</a>
14
*/
15
public
class
InitializationException
extends
Exception {
16
0
public
InitializationException() {
17
0
super
();
18
}
19
20
0
public
InitializationException(String message) {
21
0
super
(message);
22
}
23
}
Report generated by
Clover Code Coverage v1.3.9
Sun Mar 5 2006 06:05:27 CST
.
Open Source License registered to the OpenSymphony Project. This license of Clover is provided to support the development of OpenSymphony only.
Copyright 2000-2005 -
OpenSymphony