Package math_physics.math
Class CoordinatesNotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
math_physics.math.CoordinatesNotExistsException
- All Implemented Interfaces:
java.io.Serializable
public class CoordinatesNotExistsException
extends java.lang.RuntimeException
Classe d'exception. Appelée lorsque les coordonnées de matrice renseignées
n'existent pas.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Ajout d'un numéro serialVersionUID pour le code erreur. -
Constructor Summary
Constructors Constructor Description CoordinatesNotExistsException()
Constructeur de la classe d'exception. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDAjout d'un numéro serialVersionUID pour le code erreur.- See Also:
- Constant Field Values
-
-
Constructor Details
-
CoordinatesNotExistsException
public CoordinatesNotExistsException()Constructeur de la classe d'exception. Message par défaut : "Les coordonnées renseignées n'existent pas".
-