Class CCDuplicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.debug.pdt.codecoverage.core.results.CCAbstractException
com.ibm.debug.pdt.codecoverage.core.results.importers.CCImportException
com.ibm.debug.pdt.codecoverage.core.results.importers.CCDuplicateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CCDuplicateBranchPointException,CCDuplicateFlowPointException,CCDuplicateModuleException,CCDuplicatePartException,CCDuplicateStatementException,CCDuplicateTestcaseException,CCFileExistsException
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCCDuplicateException(String messageKey) CCDuplicateException(String messageKey, String parm1) CCDuplicateException(String messageKey, String parm1, String parm2) CCDuplicateException(Throwable cause) -
Method Summary
Methods inherited from class com.ibm.debug.pdt.codecoverage.core.results.importers.CCImportException
getPath, setPathMethods 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
-
CCDuplicateException
-
CCDuplicateException
-
CCDuplicateException
-
CCDuplicateException
-