- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.mmm.base.exception.ApplicationException
-
- io.github.mmm.cli.exception.CliException
-
- All Implemented Interfaces:
io.github.mmm.base.i18n.Localizable,io.github.mmm.base.i18n.LocalizableObject,Serializable
- Direct Known Subclasses:
CliDuplicateOptionAliasException
public abstract class CliException extends io.github.mmm.base.exception.ApplicationExceptionAbstract base class for aRuntimeExceptionthrown for invalidCliArguments.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CliException(io.github.mmm.base.i18n.Localizable message)The constructor.CliException(io.github.mmm.base.i18n.Localizable message, Throwable cause)The constructor.CliException(String message)The constructor.CliException(String message, Throwable cause)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
-
-
-
-
Constructor Detail
-
CliException
public CliException(String message, Throwable cause)
The constructor.- Parameters:
message- themessage.cause- thecause.
-
CliException
public CliException(String message)
The constructor.- Parameters:
message- themessage.
-
CliException
public CliException(io.github.mmm.base.i18n.Localizable message)
The constructor.- Parameters:
message- themessage.
-
-