// // Override(s) from Object // @Override public String toString() { Z z = new Z(); z.format("source", source); z.format("listener", m_listenerType == null ? null : m_listenerType.getName()); return z.toString(); }
public String toString() { Z z = new Z(); z.format("m_source", m_source); z.format("m_error", m_errMsg); if (m_exception != null) z.format("m_exception", m_exception.getMessage()); return z.toString(); }