Uses of Enum Class
io.jenkins.plugins.configsplice.engine.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in io.jenkins.plugins.configsplice.engine
Methods in io.jenkins.plugins.configsplice.engine that return ErrorCodeModifier and TypeMethodDescriptionSpliceException.code()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.configsplice.engine with parameters of type ErrorCodeModifierConstructorDescriptionSpliceException(ErrorCode code, String valueFreeMessage) SpliceException(ErrorCode code, String valueFreeMessage, Throwable cause)