Skip to content

Package: CovarianceInExceptionInheritanceException

CovarianceInExceptionInheritanceException

nameinstructionbranchcomplexitylinemethod
CovarianceInExceptionInheritanceException()
M: 3 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 1 C: 0
0%
M: 1 C: 0
0%

Coverage

1: package de.fhdw.wtf.common.exception.walker;
2:
3: /**
4: * This Exception occures, when there is an Error in Inheritance!
5: */
6: public class CovarianceInExceptionInheritanceException extends Exception {
7:         
8: }