Update UML + Update Comments

This commit is contained in:
2026-04-29 10:07:05 +02:00
parent 9c006f94fb
commit 577a8652ec
15 changed files with 290 additions and 24 deletions

View File

@@ -1,4 +1,7 @@
package ecoparasite.svg;
/**
* Exception déclenchée lorsque le format des Axes est incorrect par rapport à ce que la fonction attend.
*/
public class IncorrectAxesPointsException extends Exception{
}