Interface MetaErrorListener
-
public interface MetaErrorListener
Interface for a meta error processor catching errors detected by the common module methods.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDetectedError(java.lang.String text, java.lang.Throwable error)
The Method will be called if detected some error.
-