| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| PacoteRuntimeException |
|
| 0.0;0 |
| 1 | package br.org.agilcoop.cursos.testes.unidade.pacotes; | |
| 2 | ||
| 3 | @SuppressWarnings("serial") | |
| 4 | public class PacoteRuntimeException extends RuntimeException { | |
| 5 | ||
| 6 | public PacoteRuntimeException(String message, Throwable cause) { | |
| 7 | 0 | super(message, cause); |
| 8 | 0 | } |
| 9 | ||
| 10 | } |