private void handleCommandLineParseException()

in src/main/java/com/epam/digital/data/platform/registry/regulation/validation/cli/RegistryRegulationCommandLineRunner.java [108:114]


  private void handleCommandLineParseException(ParseException e) {
    log.error("Parsing failure" + (e.getMessage() != null ? ": " + e.getMessage() : "")
        + ". Find help below:");

    this.commandLineArgsParser.printHelp();
    this.systemExit.systemError();
  }