Control - C exception in Java

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-04-06T21:24:09Z Indexed on 2010/04/06 21:33 UTC
Read the original article Hit count: 302

Filed under:
|
|

I need to catch that exception but I can't figure out which one it is. The IDE i'm using right now doesn't allow for a program interrupt that way.

I know how to user try/catch, but I don't actually know what I'm trying to catch..

Can anyone help me with this?

© Stack Overflow or respective owner

Related posts about exceptions

Related posts about java