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