Esempio n. 1
0
 public void showError(ErrorType type, Throwable message) {
   showError(new Message(type, ObjectUtils.throwableToString(message)));
 }
Esempio n. 2
0
 public void showError(Throwable message) {
   showError(new Message(ObjectUtils.throwableToString(message)));
 }