Package org.apache.sling.models.factory
Class MissingElementsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.models.factory.MissingElementsException
- All Implemented Interfaces:
Serializable
Exception which is triggered whenever a Sling Model cannot be instantiated
due to some missing elements (i.e. required fields/methods/constructor parameters
could not be injected).
Contains a number of
MissingElementException
s.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingElementsException
-
-
Method Details
-
addMissingElementExceptions
-
isEmpty
public boolean isEmpty() -
getMissingElements
-