Package org.apache.maven.shared.invoker
Class CommandLineConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.invoker.CommandLineConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommandLineConfigurationException extends java.lang.Exception
Signals an error during the construction of the command line used to invoke Maven.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineConfigurationException(java.lang.String message)
Creates a new exception using the specified detail message.CommandLineConfigurationException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception using the specified detail message and cause.
-
-
-
Constructor Detail
-
CommandLineConfigurationException
public CommandLineConfigurationException(java.lang.String message, java.lang.Throwable cause)
Creates a new exception using the specified detail message and cause.- Parameters:
message
- The detail message for this exception, may benull
.cause
- The nested exception, may benull
.
-
CommandLineConfigurationException
public CommandLineConfigurationException(java.lang.String message)
Creates a new exception using the specified detail message.- Parameters:
message
- The detail message for this exception, may benull
.
-
-