public interface MessageHandler
Modifier and Type | Method and Description |
---|---|
void |
handleError(String title,
String errorText,
Throwable throwable)
Show an error .
|
void |
handleException(Throwable throwable)
handle an exception however it should be handled
|
void |
handleInformation(Container parent,
String title,
String info)
Show information
|
void handleError(String title, String errorText, Throwable throwable)
title
- The title of the error messageerrorText
- The error textthrowable
- The exception causing the error, can not be nullvoid handleException(Throwable throwable)
throwable
- The exception causing the error, can not be nullCopyright © 2016. All rights reserved.