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