Skip to content

Commit 2b2e37a

Browse files
committed
UnSupportedSystemError: updated the root class antecedent tree to Error
1 parent 84bcd57 commit 2b2e37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snaploader/src/main/java/electrostatic4j/snaploader/throwable/UnSupportedSystemError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
package electrostatic4j.snaploader.throwable;
3434

3535
/**
36-
* A business error of type {@link UnsatisfiedLinkError} to indicate an unsupported system.
36+
* A business error of type {@link Error} to indicate an unsupported system.
3737
* <p>
3838
* This error is thrown when all the user-defined platform predicates are not met!
3939
*
4040
* @author pavl_g
4141
*/
42-
public class UnSupportedSystemError extends UnsatisfiedLinkError {
42+
public class UnSupportedSystemError extends Error {
4343

4444
/**
4545
* Thrown if the system detects an unsupported system binaries of the current OS.

0 commit comments

Comments
 (0)