Class SourcePathAwareResolvingFailedException

    • Constructor Detail

      • SourcePathAwareResolvingFailedException

        public SourcePathAwareResolvingFailedException​(String message,
                                                       @NotNull
                                                       List<String> failedSourcePaths)
      • SourcePathAwareResolvingFailedException

        public SourcePathAwareResolvingFailedException​(String message,
                                                       Throwable cause,
                                                       @NotNull
                                                       List<String> failedSourcePaths)
      • SourcePathAwareResolvingFailedException

        public SourcePathAwareResolvingFailedException​(String message,
                                                       Throwable cause,
                                                       String failedSourcePath)
    • Method Detail

      • getFailedSourcePaths

        @NotNull
        public List<String> getFailedSourcePaths()