Uses of Enum
gov.nist.secauto.metaschema.cli.processor.ExitCode
Packages that use ExitCode
Package
Description
-
Uses of ExitCode in gov.nist.secauto.metaschema.cli.processor
Methods in gov.nist.secauto.metaschema.cli.processor that return ExitCodeModifier and TypeMethodDescriptionAbstractExitStatus.getExitCode()ExitStatus.getExitCode()Get the exit code information associated with this exit status.static ExitCodeReturns the enum constant of this type with the specified name.static ExitCode[]ExitCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gov.nist.secauto.metaschema.cli.processor with parameters of type ExitCodeModifierConstructorDescriptionAbstractExitStatus(ExitCode exitCode) Construct a new exit status based on the providedexitCode.MessageExitStatus(ExitCode code, Object... messageArguments) Construct a newExitStatusbased on an array of message arguments. -
Uses of ExitCode in gov.nist.secauto.metaschema.cli.processor.command
Constructors in gov.nist.secauto.metaschema.cli.processor.command with parameters of type ExitCodeModifierConstructorDescriptionConstructs a new exception with the providedcode, and no message or cause.CommandExecutionException(ExitCode code, String message) Constructs a new exception with the providedcode,message, and no cause.CommandExecutionException(ExitCode code, String message, Throwable cause) Constructs a new exception with the providedcode,message, andcause.CommandExecutionException(ExitCode code, Throwable cause) Constructs a new exception with no message and the providedcodeandcause.