Package org.codehaus.plexus.util.cli
Class CommandLineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.util.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)
-