Class NotAllIdentifiersMappedException

    • Constructor Detail

      • NotAllIdentifiersMappedException

        public NotAllIdentifiersMappedException​(@NotNull
                                                Set<String> unmappedIdentifiers)
        Constructor
        Parameters:
        unmappedIdentifiers - unmapped identifiers to generate messages, @see #generateMessage(Set)
    • Method Detail

      • getUnmappedIdentifiers

        @NotNull
        public Set<String> getUnmappedIdentifiers()