Package liste_articles
Class DenominationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liste_articles.DenominationException
- All Implemented Interfaces:
Serializable
Exception sur la définition d'une dénomination.
- Author:
- santini
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDenominationException
(String message, String denom) Constructeur champ à champ. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DenominationException
Constructeur champ à champ.- Parameters:
message
- le message associé à l'exception.denom
- la dénomination qui à provoqué la levée d'exception.
-
-
Method Details