Is there a particular naming convention for Java methods that throw exceptions?
- by lyates
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?