Package net.sf.statcvs.input
Class NoLineCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.statcvs.input.NoLineCountException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for NoLineCountException.NoLineCountException
(String message) Constructor for NoLineCountException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoLineCountException
public NoLineCountException()Constructor for NoLineCountException. -
NoLineCountException
Constructor for NoLineCountException.- Parameters:
message
- input message
-