Uses of Enum Class
no.sikt.graphitron.configuration.ErrorHandlerType
Packages that use ErrorHandlerType
-
Uses of ErrorHandlerType in no.sikt.graphitron.configuration
Methods in no.sikt.graphitron.configuration that return ErrorHandlerTypeModifier and TypeMethodDescriptionExceptionToErrorMapping.getHandler()static ErrorHandlerTypeReturns the enum constant of this class with the specified name.static ErrorHandlerType[]ErrorHandlerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in no.sikt.graphitron.configuration with parameters of type ErrorHandlerTypeModifierConstructorDescriptionExceptionToErrorMapping(ErrorHandlerType handler, String exceptionClassName, String errorTypeName, String databaseErrorCode, @Nullable String sqlState, @Nullable String exceptionMessageContains, @Nullable String errorDescription)