mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-06 23:13:57 -05:00
Fixed build warnings
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
//Matrix/src/main/java/com/mattrixwv/exceptions/InvalidGeometryException.java
|
//Matrix/src/main/java/com/mattrixwv/exceptions/InvalidGeometryException.java
|
||||||
//Mattrixwv
|
//Mattrixwv
|
||||||
// Created: 02-01-22
|
// Created: 02-01-22
|
||||||
//Modified: 02-02-22
|
//Modified: 02-07-22
|
||||||
package com.mattrixwv.matrix.exceptions;
|
package com.mattrixwv.matrix.exceptions;
|
||||||
|
|
||||||
|
|
||||||
public class InvalidGeometryException extends RuntimeException{
|
public class InvalidGeometryException extends RuntimeException{
|
||||||
|
public static final long serialVersionUID = 1;
|
||||||
|
|
||||||
public InvalidGeometryException(){
|
public InvalidGeometryException(){
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user