Package VASSAL.tools

Class ReflectionUtils

java.lang.Object
VASSAL.tools.ReflectionUtils

public class ReflectionUtils extends Object
Since:
3.1.0
Author:
Joel Uckelman
  • Method Details

    • handleImportClassFailure

      public static void handleImportClassFailure(Throwable t, String className)
    • handleNewInstanceFailure

      public static void handleNewInstanceFailure(Throwable t, Class<?> c)
      Handle a Throwable generated by Class.getConstructor().newInstance().
      Parameters:
      t - the Throwable