Skip to content

Package: ReferencedModuleNotFoundException

ReferencedModuleNotFoundException

nameinstructionbranchcomplexitylinemethod
ReferencedModuleNotFoundException(String)
M: 4 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 2 C: 0
0%
M: 1 C: 0
0%

Coverage

1: /**
2: *
3: */
4: package libraries;
5:
6: /**
7: * @author Hendrik
8: *
9: */
10: public class ReferencedModuleNotFoundException extends LibReaderException {
11:         /**
12:          * constructor. No side effects.
13:          *
14:          * @param string
15:          * the msg.
16:          */
17:         public ReferencedModuleNotFoundException(final String string) {
18:                 super(string);
19:         }
20:
21:         /**
22:          *
23:          */
24:         private static final long serialVersionUID = 2218980506399024220L;
25:
26: }