Module org.apache.jena.core
Class CannotLoadClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.assembler.exceptions.AssemblerException
org.apache.jena.assembler.exceptions.CannotLoadClassException
- All Implemented Interfaces:
Serializable
Exception used to report a failure to load a class.
- See Also:
-
Constructor Summary
ConstructorDescriptionCannotLoadClassException
(Resource root, String className, ClassNotFoundException e) -
Method Summary
Modifier and TypeMethodDescriptionAnswer the name of the class that was not loaded.Methods inherited from class org.apache.jena.assembler.exceptions.AssemblerException
getDoing, getRoot, pushDoing, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CannotLoadClassException
-
-
Method Details
-
getClassName
Answer the name of the class that was not loaded.
-