Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
ParameterHandlingException |
|
| 1.0;1 |
1 | package com.aurea.maven.plugins.sonic.topology.utils; | |
2 | ||
3 | public class ParameterHandlingException extends Exception{ | |
4 | ||
5 | /** | |
6 | * | |
7 | */ | |
8 | private static final long serialVersionUID = 1L; | |
9 | ||
10 | 0 | public ParameterHandlingException(){ |
11 | ||
12 | 0 | } |
13 | ||
14 | public ParameterHandlingException(String message) { | |
15 | 0 | super(message); |
16 | 0 | } |
17 | ||
18 | } |