Class MissingElementsException

  • All Implemented Interfaces:
    java.io.Serializable

    @ProviderType
    public final class MissingElementsException
    extends java.lang.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:
    ModelFactory, Serialized Form
    • Constructor Detail

      • MissingElementsException

        public MissingElementsException​(java.lang.String message)