Class MissingElementsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.models.factory.MissingElementsException
All Implemented Interfaces:
Serializable

@ProviderType public final class MissingElementsException extends RuntimeException
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 MissingElementExceptions.
See Also:
  • Constructor Details

    • MissingElementsException

      public MissingElementsException(String message)
  • Method Details