Package org.apache.sling.models.factory
Class ModelClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.models.factory.ModelClassException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PostConstructException
Exception which is triggered when the Model class could not be instantiated due to
not having a model annotation, some reflection error, invalid constructors or
because some exception within the post construct method was triggered.
- See Also:
-
Constructor Summary
ConstructorDescriptionModelClassException
(String message) ModelClassException
(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelClassException
-
ModelClassException
-