Class CommandLineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.utils.cli.CommandLineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CommandLineTimeOutException
public class CommandLineException extends java.lang.Exception
- Version:
- $Id$
- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineException(java.lang.String message)
CommandLineException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CommandLineException
public CommandLineException(java.lang.String message)
- Parameters:
message
- The message of the exception.
-
CommandLineException
public CommandLineException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- The message of the exception.cause
- The problem which caused the exception.
-
-