| Classes in this File | Line Coverage | Branch Coverage | Complexity | |||||||
| EmptyModelException |
|
| 1.0;1 |
| 1 | package org.trails.exception; |
|
| 2 | ||
| 3 | import org.trails.TrailsRuntimeException; |
|
| 4 | ||
| 5 | public class EmptyModelException extends TrailsRuntimeException { |
|
| 6 | ||
| 7 | public EmptyModelException(String message) { |
|
| 8 | 0 | super(message); |
| 9 | 0 | } |
| 10 | ||
| 11 | } |