Class CommandLineConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.invoker.CommandLineConfigurationException
All Implemented Interfaces:
Serializable

public class CommandLineConfigurationException extends Exception
Signals an error during the construction of the command line used to invoke Maven.
See Also:
  • Constructor Details

    • CommandLineConfigurationException

      public CommandLineConfigurationException(String message, Throwable cause)
      Creates a new exception using the specified detail message and cause.
      Parameters:
      message - The detail message for this exception, may be null.
      cause - The nested exception, may be null.
    • CommandLineConfigurationException

      public CommandLineConfigurationException(String message)
      Creates a new exception using the specified detail message.
      Parameters:
      message - The detail message for this exception, may be null.