Package VASSAL.tools
Class ReflectionUtils
java.lang.Object
VASSAL.tools.ReflectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
handleImportClassFailure
(Throwable t, String className) static void
handleNewInstanceFailure
(Throwable t, Class<?> c) Handle aThrowable
generated byClass.getConstructor().newInstance()
.
-
Method Details
-
handleImportClassFailure
-
handleNewInstanceFailure
-