mirror of
https://bitbucket.org/Mattrixwv/javaclasses.git
synced 2025-12-06 23:13:57 -05:00
Updated algorithm to get factors of number
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package com.mattrixwv.exceptions;
|
||||
|
||||
|
||||
public class InvalidResult extends Exception{
|
||||
public class InvalidResult extends RuntimeException{
|
||||
private static final long serialVersionUID = 1L;
|
||||
public InvalidResult(){
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user