Uses of Enum
gov.nist.secauto.metaschema.cli.processor.ExitCode
Package
Description
-
Uses of ExitCode in gov.nist.secauto.metaschema.cli.processor
Modifier and TypeMethodDescriptionAbstractExitStatus.getExitCode()
ExitStatus.getExitCode()
Get the exit code information associated with this exit status.static ExitCode
Returns 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.ModifierConstructorDescriptionAbstractExitStatus
(ExitCode exitCode) Construct a new exit status based on the providedexitCode
.MessageExitStatus
(ExitCode code, Object... messageArguments) Construct a newExitStatus
based on an array of message arguments. -
Uses of ExitCode in gov.nist.secauto.metaschema.cli.processor.command
ModifierConstructorDescriptionConstructs 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 providedcode
andcause
.