1520152115221523152415251526
public AnimationException createException(String code, Object[] params) { Element e = getElement(); if (e != null) { params[0] = e.getNodeName(); } return new AnimationException(this, code, params); }