1011121314151617
public ToolWrenchProxy() { try { IToolWrench.class.getName(); } catch(Throwable e) { throw new DontLoadProxy(); } }