mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-27 09:05:19 +00:00
Convert NumberInterface into abstract class, and check for interruption.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.nwapw.abacus.number;
|
||||
|
||||
public class ComputationInterruptedException extends RuntimeException {
|
||||
|
||||
public ComputationInterruptedException(){
|
||||
super("Computation interrupted by user.");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user