Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoLineCountException

        public NoLineCountException()
        Constructor for NoLineCountException.
      • NoLineCountException

        public NoLineCountException​(java.lang.String message)
        Constructor for NoLineCountException.
        Parameters:
        message - input message