Package io.github.ghosthack.turismo.util
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
Exception thrown when reflective class loading or instantiation fails.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassForNameException
Wraps the given cause.- Parameters:
e- the underlying exception
-