blob: df663e6f37f0a1c8a46dec28d0ed9539a0dc518e [file] [log] [blame]
package com.siyeh.igtest.naming.exception_name_doesnt_end_with_exception;
public class ExceptionNameDoesntEndWithException {
public <E extends Exception> void method() { }
class X extends IllegalArgumentException {}
}