mercredi 3 juin 2015

Try Catch

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


Try Catch

0 commentaires:

Enregistrer un commentaire