Class CCDuplicateBranchPointException
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
com.ibm.debug.pdt.codecoverage.core.results.importers.CCDuplicateBranchPointException
- All Implemented Interfaces:
Serializable
Exception indicates that a branch point already exists
- Since:
- 9.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the existing branch pointMethods 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
-
CCDuplicateBranchPointException
-
-
Method Details
-
getExistingBranchPoint
Returns the existing branch point- Returns:
- branch point
-