Uses of Enum Class
io.hektor.fsm.builder.exceptions.FSMBuilderException.ErrorCode
Packages that use FSMBuilderException.ErrorCode
-
Uses of FSMBuilderException.ErrorCode in io.hektor.fsm.builder.exceptions
Methods in io.hektor.fsm.builder.exceptions that return FSMBuilderException.ErrorCodeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FSMBuilderException.ErrorCode[]FSMBuilderException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.hektor.fsm.builder.exceptions that return types with arguments of type FSMBuilderException.ErrorCodeConstructors in io.hektor.fsm.builder.exceptions with parameters of type FSMBuilderException.ErrorCodeModifierConstructorDescriptionFSMBuilderException(FSMBuilderException.ErrorCode error, Object... args)