java ``` try{ obj.throwMe(); } catch(Exception e...
# announcements
r
java
Copy code
try{
  obj.throwMe();
} catch(Exception e){
  handle(e);
}