Class InvalidIdentifierException

    • Constructor Detail

      • InvalidIdentifierException

        public InvalidIdentifierException​(@NotNull
                                          String message,
                                          @Nullable
                                          String invalidIdentifier)
        Constructor
        Parameters:
        message - error message.
        invalidIdentifier - the identifier that is invalid.
    • Method Detail

      • getInvalidIdentifier

        @Nullable
        public String getInvalidIdentifier()
        Returns the identifier that is invalid.
        Returns:
        the invalid identifier.