Class ClassLoadReport.ClassLoadError
java.lang.Object
de.tomatengames.util.ClassLoadReport.ClassLoadError
- Enclosing class:
ClassLoadReport
A ClassLoadError represents a failed class loading attempt.
- Since:
- 1.8
-
Constructor Summary
ConstructorsConstructorDescriptionClassLoadError(String classname, Throwable error) Constructs a newClassLoadErrorfrom the provided information. -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified name of the class that failed to load.getError()Returns the exception or error that occurred during class loading.
-
Constructor Details
-
ClassLoadError
-
-
Method Details
-
getClassName
Returns the fully qualified name of the class that failed to load.- Returns:
- the class name
-
getError
Returns the exception or error that occurred during class loading.- Returns:
- the throwable associated with the failed class loading attempt
-