Clover coverage report -
Coverage timestamp: Do Okt 21 2004 12:21:23 CEST
file stats: LOC: 14   Methods: 1
NCLOC: 7   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
FileWatcherException.java - 0% 0% 0%
coverage
 1    package org.jconfig;
 2   
 3    /**
 4    * This exception indicates that an exception occurs during the life-cycle of a FileWatcher.
 5    * @author Steve Braun <steve.braun@cogeco.ca>
 6    */
 7   
 8    public class FileWatcherException extends Exception
 9    {
 10  0 public FileWatcherException( String msg )
 11    {
 12  0 super( msg );
 13    }
 14    }