Skip to content

Package: ClipperImportFormatException

ClipperImportFormatException

nameinstructionbranchcomplexitylinemethod
ClipperImportFormatException(String)
M: 0 C: 11
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 2
100%
M: 0 C: 1
100%

Coverage

1: package de.fhdw.wtf.generator.transformer.exception;
2:
3: public class ClipperImportFormatException extends Exception {
4:         
5:         /**
6:          *
7:          */
8:         private static final long serialVersionUID = 1L;
9:         
10:         public ClipperImportFormatException(final String message) {
11:                 super("Format Error: " + message);
12:         }
13:         
14: }