Uses of Enum
morfologik.tools.ExitStatus
Packages that use ExitStatus
-
Uses of ExitStatus in morfologik.tools
Fields in morfologik.tools declared as ExitStatusModifier and TypeFieldDescription(package private) final ExitStatus
ExitStatusException.exitStatus
Methods in morfologik.tools that return ExitStatusModifier and TypeMethodDescriptionDictApply.call()
DictCompile.call()
DictDecompile.call()
FSACompile.call()
FSADecompile.call()
FSAInfo.call()
private ExitStatus
DictApply.validateArguments()
static ExitStatus
Returns the enum constant of this type with the specified name.static ExitStatus[]
ExitStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in morfologik.tools with parameters of type ExitStatusModifierConstructorDescriptionExitStatusException
(ExitStatus status, String message, Object... args) ExitStatusException
(ExitStatus status, Throwable t, String message, Object... args)