Package: ClipperImportFormatException
ClipperImportFormatException
| name | instruction | branch | complexity | line | method | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ClipperImportFormatException(String) | 
  | 
  | 
  | 
  | 
  | 
||||||||||||||||||||
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: }