Catch clause exception name Follow
Here's a simple question: Is there a way to change the exception name
IDEA uses in a generated catch clause? Our convention is "ex", not "e".
I've looked about, but not found a way.
Please sign in to leave a comment.
I have this in my custom codestyles/Style.XML file:
]]>
and it does exactly what you need.
Michael Besosa wrote:
Ah! I knew there had to be a way. Many thanks.
Richard Nemec wrote:
>> Here's a simple question: Is there a way to change the exception name
>> IDEA uses in a generated catch clause? Our convention is "ex", not
>> "e". I've looked about, but not found a way.