Package VASSAL.tools
Class ReflectionUtils
java.lang.Object
VASSAL.tools.ReflectionUtils
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleImportClassFailure(Throwable t, String className) static voidhandleNewInstanceFailure(Throwable t, Class<?> c) Handle aThrowablegenerated byClass.getConstructor().newInstance().
-
Method Details
-
handleImportClassFailure
-
handleNewInstanceFailure
Handle aThrowablegenerated byClass.getConstructor().newInstance().- Parameters:
t- theThrowable
-