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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • CoordinatesNotExistsException

      public CoordinatesNotExistsException()
      Constructeur de la classe d'exception. Message par défaut : "Les coordonnées renseignées n'existent pas".