Class ModuleExtractorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModuleNotFoundException

public sealed class ModuleExtractorException extends SlimJarException permits ModuleNotFoundException
See Also:
  • Constructor Details

    • ModuleExtractorException

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

      @Contract(pure=true) public ModuleExtractorException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)