Class SlimJarException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DownloaderException, InjectorException, ModuleExtractorException, NotComparableDependencyException, OutputWriterException, RelocatorException, ResolutionException

See Also:
  • Constructor Details

    • SlimJarException

      @Contract(pure=true) public SlimJarException(@NotNull @NotNull String message)
    • SlimJarException

      @Contract(pure=true) public SlimJarException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)
  • Method Details

    • checkInterrupted

      public void checkInterrupted()
      Since we know that some exceptions are caused by interrupts, we can use this method to quickly reinstate the interrupt.