Class CliNoArgumentsException

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.cli.exception.CliNoArgumentsException
All Implemented Interfaces:
io.github.mmm.base.i18n.Localizable, io.github.mmm.base.i18n.LocalizableObject, Serializable

public class CliNoArgumentsException extends CliException
CliException thrown if the CliArgs are empty did not match any CliCommand.
Since:
1.0.0
See Also:
  • Constructor Details

    • CliNoArgumentsException

      public CliNoArgumentsException()
      The constructor.