Package io.github.factoryfx.factory.exception
-
Interface Summary Interface Description FactoryExceptionHandler<L,R extends FactoryBase<L,R>> -
Class Summary Class Description AllOrNothingFactoryExceptionHandler<L,R extends FactoryBase<L,R>> exit vm for exception, that's the safest action cause factory could used external resources like ports, memory that s not clear able cause the factory create process is an unknown stateExceptionResponseAction<L,R extends FactoryBase<L,R>> LoggingFactoryExceptionHandler<L,R extends FactoryBase<L,R>> ResettingHandler<L,R extends FactoryBase<L,R>> reset to the previous state after an exception during update (Some memory/resource leaks can't be fixed in the framework e.g if the factory close code throw an exception again or is wrong implemented)RethrowingFactoryExceptionHandler<L,R extends FactoryBase<L,R>>