Class | Line # | Actions | |||
---|---|---|---|---|---|
ReflectionException | 3 | 4 | 5 |
1 | package io.sunshower.reflect.reflect; | |
2 | ||
3 | public class ReflectionException extends RuntimeException { | |
4 | ||
5 | 0 | ![]() |
6 | ||
7 | 2 | ![]() |
8 | 2 | super(message); |
9 | } | |
10 | ||
11 | 2 | ![]() |
12 | 2 | super(message, cause); |
13 | } | |
14 | ||
15 | 0 | ![]() |
16 | 0 | super(cause); |
17 | } | |
18 | ||
19 | 0 | ![]() |
20 | String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { | |
21 | 0 | super(message, cause, enableSuppression, writableStackTrace); |
22 | } | |
23 | } |