-
public interface ExceptionListenerListener for exceptions
-
-
Method Summary
Modifier and Type Method Description abstract UnitonException(ComposerException exception)Processes exception -
-
Method Detail
-
onException
abstract Unit onException(ComposerException exception)
Processes exception
- Parameters:
exception- exception thrown at processing event
-
-
-
-