Interface MetaErrorListener
-
public interface MetaErrorListenerInterface 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 voidonDetectedError(java.lang.String text, java.lang.Throwable error)The Method will be called if detected some error.
-