Is there a particular naming convention for Java methods that throw exceptions?

Posted by lyates on Stack Overflow See other posts from Stack Overflow or by lyates
Published on 2009-07-23T01:45:07Z Indexed on 2010/04/04 15:53 UTC
Read the original article Hit count: 307

I'm tempted to add a suffix like "Ex" to differentiate methods (with similar signatures) that throw Exceptions from those that don't.

Is there such a convention?

© Stack Overflow or respective owner

Related posts about java

Related posts about best-practices