Module io.github.mmm.nls.cli
Package io.github.mmm.nls.cli.exception
Class CliDuplicateOptionsException
- 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.CliDuplicateOptionsException
-
- All Implemented Interfaces:
Localizable
,LocalizableObject
,Serializable
public class CliDuplicateOptionsException extends CliException
CliException
thrown if two one or multipleCliOption
s have occurred multiple times.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CliDuplicateOptionsException(Set<String> options)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getOptions()
-
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
-
-