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: 
 - Serializable
 
public class CommandLineConfigurationException
- extends Exception
 
Signals an error during the construction of the command line used to invoke Maven.
- Version:
 
  - $Id: CommandLineConfigurationException.java 662043 2008-05-31 16:27:02Z bentmann $
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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.
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.