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 voidExc.addAsyncHandler(ExcHandler handler) Adds anExcHandlerobject which is executed asynchronously just after anExcis created.static voidExc.addSyncHandler(ExcHandler handler) Adds anExcHandlerobject which is executed synchronously just after anExcis created.