Package io.github.slimjar.exceptions
Class ModuleExtractorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.slimjar.exceptions.SlimJarException
io.github.slimjar.exceptions.ModuleExtractorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ModuleNotFoundException
public sealed class ModuleExtractorException
extends SlimJarException
permits ModuleNotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModuleExtractorException(@NotNull String message) ModuleExtractorException(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class io.github.slimjar.exceptions.SlimJarException
checkInterruptedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleExtractorException
-
ModuleExtractorException
-