Class CommandLineInterfaceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.colorize.util.cli.CommandLineInterfaceException
All Implemented Interfaces:
Serializable

public class CommandLineInterfaceException extends RuntimeException
Exception that indicates invalid or missing input was provided to an application's command line interface. Used in combination with CommandLineArgumentParser.
See Also:
  • Constructor Details

    • CommandLineInterfaceException

      public CommandLineInterfaceException(String message)
    • CommandLineInterfaceException

      public CommandLineInterfaceException(String message, Throwable cause)