public interface ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleErrorMessage(String errorMessage)
Method that handles error messages.
|
void |
handleErrorMessage(String errorMessage,
String title)
Method that handles error messages.
|
void |
handleException(Throwable throwable)
Method that handles exceptions.
|
void |
handleException(Throwable throwable,
String title)
Method that handles exceptions.
|
void |
handleInformationMessage(String informationMessage)
Method that handles information messages.
|
void handleErrorMessage(String errorMessage)
errorMessage - The error message.handleErrorMessage(String, String),
handleInformationMessage(String)void handleErrorMessage(String errorMessage, String title)
errorMessage - The error message.title - A title to use.handleErrorMessage(String)void handleException(Throwable throwable)
throwable - The exception.void handleException(Throwable throwable, String title)
throwable - The exception.title - A title to use.void handleInformationMessage(String informationMessage)
informationMessage - The information message.handleErrorMessage(String)Copyright © 2000-2014. All Rights Reserved.