ArithmeticException |
Exception arithmétique |
---|---|
Java | java.lang |
ArithmeticException |
Syntaxe
public ArithmeticException(); |
public ArithmeticException(String s); |
Paramètres
Nom | Description |
---|---|
s | Ce paramètre permet d'indiquer le message détaillé. |
Description
Ce constructeur permet d'initialiser l'objet avec le message d'exception spécifié.
Dernière mise à jour : Dimanche, le 21 juin 2015