Class ClassForName.ClassForNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.ghosthack.turismo.util.ClassForName.ClassForNameException
All Implemented Interfaces:
Serializable
Enclosing class:
ClassForName

public static class ClassForName.ClassForNameException extends Exception
Exception thrown when reflective class loading or instantiation fails.
See Also:
  • Constructor Details

    • ClassForNameException

      public ClassForNameException(Exception e)
      Wraps the given cause.
      Parameters:
      e - the underlying exception