mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-06 23:13:57 -05:00
Updated Sonarqube findings
This commit is contained in:
@@ -20,4 +20,7 @@ public class InvalidCoordinatesException extends RuntimeException{
|
||||
public InvalidCoordinatesException(String message, Throwable throwable){
|
||||
super(message, throwable);
|
||||
}
|
||||
public InvalidCoordinatesException(int givenElements, int neededElements){
|
||||
super("Invalid number of elements " + givenElements + " must be at most " + neededElements);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user