Class CommandLineArgumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.wrapper.cli.CommandLineArgumentException
All Implemented Interfaces:
Serializable

public class CommandLineArgumentException extends RuntimeException
A CommandLineArgumentException is thrown when command-line arguments cannot be parsed.
Author:
Hans Dockter
See Also:
  • Constructor Details

    • CommandLineArgumentException

      public CommandLineArgumentException(String message)
    • CommandLineArgumentException

      public CommandLineArgumentException(String message, Throwable cause)