>FromYourCode();

Source code quote in Java202

  3 August, 2014 at 08:01
try {

}
catch (SQLException ex) {
    // Basically, without saying too much, you're screwed. Royally and totally.
}
catch(Exception ex)
{
    //If you thought you were screwed before, boy have I news for you!!!
}

Check similar quotes

Share this quote