Class CCSourceFileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.debug.pdt.codecoverage.core.results.CCAbstractException
com.ibm.debug.pdt.codecoverage.core.results.CCSourceFileNotFoundException
All Implemented Interfaces:
Serializable

public class CCSourceFileNotFoundException extends CCAbstractException
Thrown when the source was not found for the file as part of a code coverage comparison
Since:
10.0
See Also:
  • Constructor Details

    • CCSourceFileNotFoundException

      public CCSourceFileNotFoundException(String fileName)
      Creates an exception indicating that the specified file was not found
      Parameters:
      fileName - the name of the file
    • CCSourceFileNotFoundException

      public CCSourceFileNotFoundException(ICCFile ccFile)
      Creates an exception indicating that the source for the specified code coverage file was not found
      Parameters:
      ccFile - the code coverage file.