Updated Sonarqube findings
This commit is contained in:
@@ -20,4 +20,7 @@ public class InvalidGeometryException extends RuntimeException{
|
||||
public InvalidGeometryException(String message, Throwable throwable){
|
||||
super(message, throwable);
|
||||
}
|
||||
public InvalidGeometryException(int givenElements, int neededElements){
|
||||
super("Invalid number of elements " + givenElements + " must be " + neededElements);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user