Then you could position the cursor on the method throwing the exception and press Alt+Enter. There are two intention actions - "Add catch clause" and "Add exception to signature"
"Nikolay Nikolov" <[EMAIL PROTECTED]> wrote in message ags0i3$qvj$[EMAIL PROTECTED]">news:ags0i3$qvj$[EMAIL PROTECTED]... > just a wish for consistency. > surround with try/catch works in most of the cases, but would not help when > extending existing try/catch block and also would make me switch from typing > mode... > best regards > > <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED]... > > why don't you surround your lines that can throw exceptions with a > try/catch > > block then all possible catch blocks are created > > > > > Wouldn't it be nice in catch clause to have Ctrl+Shift+Space bring up a > > > list > > > of all exceptions thrown in the try block. IDEA knows about them already > > > since we get a nice error message listing everything not being caught. > > > > > > developing with pleasure, > > > --nikolay > > > > > > > > > > > > _______________________________________________ > > > Eap-features mailing list > > > [EMAIL PROTECTED] > > > http://lists.jetbrains.com/mailman/listinfo/eap-features > > > > > > > -- > > GMX - Die Kommunikationsplattform im Internet. > > http://www.gmx.net > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
