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
Thrown when the source was not found for the file as part of a code coverage comparison
- Since:
- 10.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCCSourceFileNotFoundException(ICCFile ccFile) Creates an exception indicating that the source for the specified code coverage file was not foundCCSourceFileNotFoundException(String fileName) Creates an exception indicating that the specified file was not found -
Method Summary
Methods inherited from class com.ibm.debug.pdt.codecoverage.core.results.CCAbstractException
addException, getEncodedMessage, getExceptions, getMessages, isEmpty, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CCSourceFileNotFoundException
Creates an exception indicating that the specified file was not found- Parameters:
fileName- the name of the file
-
CCSourceFileNotFoundException
Creates an exception indicating that the source for the specified code coverage file was not found- Parameters:
ccFile- the code coverage file.
-