Class NotAllIdentifiersMappedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotAllIdentifiersMappedException
    extends java.lang.IllegalArgumentException
    Thrown when the given string identifier doesn't meet some rules.
    Since:
    8.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getUnmappedIdentifiers()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotAllIdentifiersMappedException

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

      • getUnmappedIdentifiers

        @NotNull
        public java.util.Set<java.lang.String> getUnmappedIdentifiers()