Interface ErrorHandlerFactory
-
- All Implemented Interfaces:
public interface ErrorHandlerFactoryFactory used to provide an ErrorHandler that will be used to handle plugins' errors.
-
-
Method Summary
Modifier and Type Method Description abstract ErrorHandlercreate()Provides a single instance of ErrorHandler. -
-
Method Detail
-
create
abstract ErrorHandler create()
Provides a single instance of ErrorHandler.
-
-
-
-