public class ReflectionPluginExceptions extends Object
| Constructor and Description |
|---|
ReflectionPluginExceptions() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
throwClassNotFoundException(String message) |
static Field |
throwNoSuchFieldException(String message) |
static Executable |
throwNoSuchMethodException(String message) |
public static Class<?> throwClassNotFoundException(String message) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Field throwNoSuchFieldException(String message) throws NoSuchFieldException
NoSuchFieldExceptionpublic static Executable throwNoSuchMethodException(String message) throws NoSuchMethodException
NoSuchMethodException