Uses of Interface
com.github.sttk.sabi.errs.ErrHandler
Packages that use ErrHandler
Package
Description
This package contains modules related to errors for sabi framework.
-
Uses of ErrHandler in com.github.sttk.sabi.errs
Methods in com.github.sttk.sabi.errs with parameters of type ErrHandlerModifier and TypeMethodDescriptionstatic void
Err.addAsyncHandler
(ErrHandler handler) Adds anErrHandler
object which is executed asynchronously just after anErr
is created.static void
Err.addSyncHandler
(ErrHandler handler) Adds anErrHandler
object which is executed synchronously just after anErr
is created.