Java essaie ... Catch

try{
  // code
}
catch(exception) {
  // code
}
SAMER SAEID