Uses of Interface
com.github.sttk.errs.ExcHandler
-
Uses of ExcHandler in com.github.sttk.errs
Methods in com.github.sttk.errs with parameters of type ExcHandlerModifier and TypeMethodDescriptionstatic void
Exc.addAsyncHandler
(ExcHandler handler) Adds anExcHandler
object which is executed asynchronously just after anExc
is created.static void
Exc.addSyncHandler
(ExcHandler handler) Adds anExcHandler
object which is executed synchronously just after anExc
is created.