Package net.sf.statcvs.input
Class NoLineCountException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.statcvs.input.NoLineCountException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoLineCountException extends java.lang.Exception
Indicates that no LOC count could be obtained for a file- Version:
- $Id: NoLineCountException.java,v 1.2 2008/04/02 11:22:15 benoitx Exp $
- Author:
- Richard Cyganiak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoLineCountException()
Constructor for NoLineCountException.NoLineCountException(java.lang.String message)
Constructor for NoLineCountException.
-