Uses of Interface
io.ciera.runtime.summit.application.IExceptionHandler
-
Packages that use IExceptionHandler Package Description io.ciera.runtime.summit.application -
-
Uses of IExceptionHandler in io.ciera.runtime.summit.application
Classes in io.ciera.runtime.summit.application that implement IExceptionHandler Modifier and Type Class Description class
DefaultExceptionHandler
Methods in io.ciera.runtime.summit.application that return IExceptionHandler Modifier and Type Method Description IExceptionHandler
ApplicationExecutor. getExceptionHandler()
IExceptionHandler
IRunContext. getExceptionHandler()
Methods in io.ciera.runtime.summit.application with parameters of type IExceptionHandler Modifier and Type Method Description void
ApplicationExecutor. setExceptionHandler(IExceptionHandler h)
void
IRunContext. setExceptionHandler(IExceptionHandler h)
-