public void addMissingElementExceptions()

in src/main/java/org/apache/sling/models/factory/MissingElementsException.java [46:51]


    public void addMissingElementExceptions(MissingElementException e) {
        // also add to suppressed list to make sure they appear as well with their full stack traces in the
        // printStackTrace for this throwable
        addSuppressed(e);
        missingElements.add(e);
    }