Module io.github.mmm.nls.cli
Package io.github.mmm.nls.cli.exception
Class CliArgumentMandatoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.mmm.base.exception.ApplicationException
-
- io.github.mmm.cli.exception.CliException
-
- io.github.mmm.nls.cli.exception.CliArgumentMandatoryException
-
- All Implemented Interfaces:
Localizable
,LocalizableObject
,Serializable
public class CliArgumentMandatoryException extends CliException
Thrown if a mandatoryCliValue
is missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CliArgumentMandatoryException(String name)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.base.exception.ApplicationException
createUuid, getCode, getLocalizedMessage, getLocalizedMessage, getMessage, getNlsMessage, getNlsMessage, getUuid, isForUser, isTechnical, printStackTrace, toString, toString, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.base.i18n.Localizable
getArgument, getLocalizedMessage, toLocalizable
-
-
-
-
Constructor Detail
-
CliArgumentMandatoryException
public CliArgumentMandatoryException(String name)
The constructor.- Parameters:
name
- the name of the required argument (option or parameter).
-
-