public void showError(ErrorType type, Throwable message) { showError(new Message(type, ObjectUtils.throwableToString(message))); }
public void showError(Throwable message) { showError(new Message(ObjectUtils.throwableToString(message))); }