mercredi 3 juin 2015
Try Catch
Posted on 08:31 by verona
Hallo Liebe Community,
ich möchte gerne Fragen wie man bei einem Try Catch einen Wert ausgibt.
z.B.
try {
....
} catch (SomeException e) {
... // bei dieser Exception soll z.B. 1 rauskommen
} catch ( SomeException e) {
... // bei dieser Exception soll z.B. 2 rauskommen
}
return " die jeweilige Zahl, je nach exception"
Ich hoffe ihr könnt mir helfen.
Grüße
ich möchte gerne Fragen wie man bei einem Try Catch einen Wert ausgibt.
z.B.
try {
....
} catch (SomeException e) {
... // bei dieser Exception soll z.B. 1 rauskommen
} catch ( SomeException e) {
... // bei dieser Exception soll z.B. 2 rauskommen
}
return " die jeweilige Zahl, je nach exception"
Ich hoffe ihr könnt mir helfen.
Grüße
Try Catch
Categories: Try Catch
Inscription à :
Publier les commentaires (Atom)
0 commentaires:
Enregistrer un commentaire