Module org.apache.jena.core
Class CannotConstructException
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.CannotConstructException
- All Implemented Interfaces:
Serializable
Exception used to report a failure of a group assembler to construct an
object because there is no component assembler associated with the
object's most specific type.
- See Also:
-
Constructor Summary
ConstructorDescriptionCannotConstructException
(Class<?> assemblerClass, Resource root, Resource type) -
Method Summary
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
-
CannotConstructException
-
-
Method Details
-
getAssemblerClass
Answer the Assembler that cannot do the construction. -
getType
Answer the (alleged most-specific) type of the object that could not be constructed.
-